NoCheatPlus/NCPCore/src
asofold a41ff38c99 Attempt to fix cross-plugin StackOverflowError with inventory.open.
Not sure who started this, but apparently...
* NCP closes an open inventory, leading to an event for that.
* Due to the player having an item on the curser or similar, an item
drop event is fired.
* WorldGuard will kick the player due to a blacklist event.
* NCP will detect an open inventory and attempt to close it, resulting
in looping this.

Fix attempt (blind) stores the uuid of a player and skips further nested
closing of inventories.
2016-05-11 21:44:54 +02:00
..
main/java/fr/neatmonster/nocheatplus Attempt to fix cross-plugin StackOverflowError with inventory.open. 2016-05-11 21:44:54 +02:00
test/java/fr/neatmonster/nocheatplus [NOTEWORTHY] Fix player instances being stored, though shouldn't. 2016-03-20 01:34:08 +01:00