fix to online lobby continue options i hope?

This commit is contained in:
LadyEbony 2020-08-22 03:42:25 -07:00
parent 8e47930a3c
commit ec736dfc9e
3 changed files with 23 additions and 11 deletions

View file

@ -27,7 +27,7 @@ public class Rematch : MonoBehaviour {
continueBar.fillAmount = delta;
if (delta <= 0f && PlayerProperties.playerResponse.GetLocal() == -1){
PlayerProperties.playerResponse.SetLocal(2);
PlayerProperties.playerResponse.SetLocal(0);
}
}
}