fixed DMT silence

This commit is contained in:
Chiss 2014-11-16 10:46:26 +11:00
parent 454deb03db
commit 4c3610c3ac

View File

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