specs should be able to view stats now

This commit is contained in:
Chiss 2014-11-15 22:32:00 +11:00
parent fb70b76d29
commit ca58f11174
1 changed files with 5 additions and 2 deletions

View File

@ -285,11 +285,14 @@ public class GameFlagManager implements Listener
if (!game.InProgress())
return;
if (game.InventoryClick)
return;
Player player = UtilPlayer.searchExact(event.getWhoClicked().getName());
if (player != null && !game.IsAlive(player))
return;
if (game.InventoryClick)
if (!game.IsAlive(player))
return;
if (event.getInventory().getType() == InventoryType.CRAFTING)