0 instead of a 2
This commit is contained in:
parent
ec736dfc9e
commit
af9d68b631
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class GameBoardInstance : MonoBehaviour {
|
|||
if (NetworkManager.inRoom){
|
||||
response = PlayerProperties.GetAllResponse();
|
||||
|
||||
if (PlayerProperties.playerResponse.GetLocal() == 2){
|
||||
if (PlayerProperties.playerResponse.GetLocal() == 0){
|
||||
response = 0;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue