0 instead of a 2
This commit is contained in:
parent
ec736dfc9e
commit
af9d68b631
|
@ -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…
Reference in New Issue