fixed chat not being unsilenced when someone picks word
This commit is contained in:
parent
c37026e4df
commit
debf8ebcba
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user