Buf Fix Deactivate

This commit is contained in:
brausjonas
2023-03-28 19:33:56 +02:00
parent 74100f4528
commit 3726104d4e
5 changed files with 1071 additions and 34 deletions
@@ -129,14 +129,10 @@ public class NoPlayablePlayer : Player
}
else
{
if (!checkDoubleDice)
{
activated = false;
}
else
if (checkDoubleDice)
{
checkDoubleDice = false;
wurfelt = false;
wurfelt = false;
}
}
}