fixed DMT silence

This commit is contained in:
Chiss 2014-11-16 10:46:26 +11:00
parent 454deb03db
commit 4c3610c3ac
1 changed files with 1 additions and 1 deletions

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().Silence(-1, false);
Host.Manager.GetChat().Silence(0, false);
}
public boolean Guessed(Player player)