fix to online lobby continue options i hope?
This commit is contained in:
parent
8e47930a3c
commit
ec736dfc9e
3 changed files with 23 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue