F TNT Take Fix

This commit is contained in:
Driftay
2019-07-27 22:49:45 -04:00
parent 4a794fe706
commit 11fb6dcd7d
17 changed files with 649 additions and 34 deletions

View File

@@ -34,9 +34,7 @@ public class CmdViewChest extends FCommand {
if (faction == null) {
return;
}
me.openInventory(faction.getChestInventory());
}
@Override