Remove the player from the chest

This commit is contained in:
gomeow
2013-03-05 18:04:18 -08:00
parent 93b8cb588b
commit 21ee643fde
+1
View File
@@ -41,6 +41,7 @@ public class Listeners implements Listener {
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }
Commands.inVault.remove(p.getName());
} }
} }