fixed previous

This commit is contained in:
AlexE030
2023-02-07 21:10:19 +01:00
parent a1a583492b
commit 55390217c8
2 changed files with 2 additions and 9 deletions
@@ -49,7 +49,7 @@ public class PlayablePlayer : Player
if ((Input.GetMouseButtonDown(0)) && wurfelZahl == 0 && !wurfelt)
{
wurfelt = true;
wurfelZahl = Random.Range(6, 7);
wurfelZahl = Random.Range(1, 7);
client.SendWurfeln(wurfelZahl);