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){
|
if (NetworkManager.inRoom){
|
||||||
response = PlayerProperties.GetAllResponse();
|
response = PlayerProperties.GetAllResponse();
|
||||||
|
|
||||||
if (PlayerProperties.playerResponse.GetLocal() == 2){
|
if (PlayerProperties.playerResponse.GetLocal() == 0){
|
||||||
response = 0;
|
response = 0;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue