Client Fixes
This commit is contained in:
@@ -73,15 +73,6 @@ public class NoPlayablePlayer : Player
|
||||
}
|
||||
//END
|
||||
|
||||
if (activated && wurfelZahl > 0 && !wait)
|
||||
{
|
||||
//delay
|
||||
if (Time.time - timeSinceWurfeln > 2)
|
||||
{
|
||||
InterPolerate();
|
||||
}
|
||||
}
|
||||
|
||||
lastPosAnim = transform.position;
|
||||
}
|
||||
|
||||
@@ -152,6 +143,11 @@ public class NoPlayablePlayer : Player
|
||||
//Laufe zum nöchsten Feld, falls noch Züge übrig sind
|
||||
if (interPol < 1 && wurfelZahl > 0)
|
||||
{
|
||||
//delay
|
||||
if (Time.time - timeSinceWurfeln > 2)
|
||||
{
|
||||
InterPolerate();
|
||||
}
|
||||
}
|
||||
//Würfelzahl um 1 verringern falls noch züge übrig sind
|
||||
else if (wurfelZahl > 0)
|
||||
|
||||
Reference in New Issue
Block a user