-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
Title says it all.
Example:
System.out.println(player.getCanPickupItems()); // => false player.setCanPickupItems(true); System.out.println(player.getCanPickupItems()); // => false
Nothing in the documentation suggests that I shouldn't be able to use this method on a Player.