Fix ticking on the server
This commit is contained in:
parent
ed08c425af
commit
ad5dc783d8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public abstract class BaseMod implements cpw.mods.fml.common.modloader.BaseMod
|
|||
if (tick==TickType.WORLD && tickEnd) {
|
||||
return onTickInGame((MinecraftServer)minecraftInstance);
|
||||
} else {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue