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