@@ -34,8 +34,8 @@
|
||||
public void a(DataWatcherObject<?> datawatcherobject) {
|
||||
@@ -115,7 +118,7 @@
|
||||
|
||||
public void k() {
|
||||
super.k();
|
||||
public void movementTick() {
|
||||
super.movementTick();
|
||||
- if (this.world.isClientSide) {
|
||||
+ if (this.world.isClientSide || ageLocked) { // CraftBukkit
|
||||
if (this.c > 0) {
|
||||
|
||||
Reference in New Issue
Block a user