fixed previous
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user