@@ -11,7 +11,7 @@
|
||||
@@ -60,6 +61,11 @@
|
||||
public void B_() {
|
||||
if (!this.world.isClientSide && this.isConverting()) {
|
||||
int i = this.ds();
|
||||
int i = this.du();
|
||||
+ // CraftBukkit start - Use wall time instead of ticks for villager conversion
|
||||
+ int elapsedTicks = MinecraftServer.currentTick - this.lastTick;
|
||||
+ this.lastTick = MinecraftServer.currentTick;
|
||||
|
||||
Reference in New Issue
Block a user