Fix mistranslation in isPlayerCreated() for IronGolems. Fixes BUKKIT-4543
By: Kai Dederichs <kai.dederichs@gmx.de>
This commit is contained in:
@@ -21,7 +21,7 @@ public class CraftIronGolem extends CraftGolem implements IronGolem {
|
||||
}
|
||||
|
||||
public boolean isPlayerCreated() {
|
||||
return getHandle().bS();
|
||||
return getHandle().bW();
|
||||
}
|
||||
|
||||
public void setPlayerCreated(boolean playerCreated) {
|
||||
|
||||
Reference in New Issue
Block a user