fixed chat not being unsilenced when someone picks word

This commit is contained in:
Chiss 2014-11-11 18:52:00 +11:00
parent c37026e4df
commit debf8ebcba

View File

@ -97,7 +97,7 @@ public class DrawRound
UtilPlayer.message(Drawer, C.cWhite + C.Bold + "You must draw: " + C.cGreen + C.Bold + Word);
Host.Manager.GetChat().SilenceEnd();
Host.Manager.GetChat().Silence(-1, false);
}
public boolean Guessed(Player player)