Fix ticks never getting reset
This commit is contained in:
parent
d4c8d0b732
commit
9ca97962fa
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ public class EnchantmentEvents
|
|||
NightVisionEnchantment.runEntityTick(sp);
|
||||
}
|
||||
|
||||
TICKS=0;
|
||||
|
||||
}
|
||||
|
||||
TICKS++;
|
||||
|
|
Reference in a new issue