Fix small oversight that could have caused lag
This commit is contained in:
parent
6d3fa0375d
commit
9f6758c5c6
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class HealerManager implements Runnable
|
|||
if(level.getBlockState(sb.getPos()).is(sb.getState().getBlock())){
|
||||
skipWait=true;
|
||||
continue; // Skip the wait, and this block
|
||||
}
|
||||
} else skipWait=false;
|
||||
|
||||
|
||||
level.getServer().execute(new Runnable(){
|
||||
|
|
Reference in a new issue