Hotfix: Dice rolling.

This commit is contained in:
Ashby Issac 2026-01-29 21:36:23 +05:30
parent c3ab5552ea
commit 4fd71569ef

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;
} }
} }