Compare commits

..

No commits in common. "d2cfc4ad4aa33a67d6578693f6cde94784783d2e" and "78fce93becf1044bc34710a21244f6b6543e3d75" have entirely different histories.

View File

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