More fixes and improvements - continued

This commit is contained in:
ShadowRanger
2015-06-24 19:19:45 +10:00
parent 2f1fd87435
commit 471b631838
15 changed files with 156 additions and 146 deletions

View File

@@ -61,7 +61,6 @@ public class OpenInvCommand implements CommandExecutor {
// History management
UUID history = openInvHistory.get(player.getUniqueId());
if (history == null) {
history = player.getUniqueId();
openInvHistory.put(player.getUniqueId(), history);