0 instead of a 2

This commit is contained in:
LadyEbony 2020-08-22 03:46:33 -07:00
parent ec736dfc9e
commit af9d68b631
1 changed files with 1 additions and 1 deletions

View File

@ -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 {