Implement cbarber's player data glitch and online/offline event changes

This commit is contained in:
ShadowRanger
2016-04-12 14:25:09 +10:00
parent 99a7359be3
commit c7f38adb3f
5 changed files with 24 additions and 11 deletions

View File

@@ -106,6 +106,7 @@ public class OpenInvCommand implements CommandExecutor {
if (player == null) {
return;
}
openInventory(player, target);
}
});