Force all players to reappear after win room

This commit is contained in:
cnr 2017-03-22 22:41:08 -05:00
parent 7e8f5b4939
commit 9c504064c1
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ public abstract class WinEffectGadget extends Gadget
}
finally
{
UtilServer.getPlayersCollection().forEach(UtilPlayer::showForAll);
_player = null;
_baseLocation = null;
_team.clear();