rbmk console refresh rate
AVASSON opened this issue ยท 2 comments
Hello author, I want to modify the refresh rate of the RBMK console by changing the source code. Excuse me, how can I modify it?
if(this.worldObj.getTotalWorldTime() % 10 == 0) {
10 is the delay between re-scans, if you want constant scanning then either use 1 or remove the condition entirely.