Compare commits

...

2 Commits

View File

@ -923,6 +923,6 @@ public class GameplayManager : MonoBehaviour, IBase, IBootLoader, IDataLoader
{ {
if (botTypesInGame.Contains(playerType)) return; if (botTypesInGame.Contains(playerType)) return;
CanRollDice = true; CanRollDice = state;
} }
} }