void RPC_putObjectOnTopOf(string that, string there) { Debug.Log(that + " " + there); if (_main.location == Location.Instructor) { Debug.Log(that + " " + there); _board.putObjectOnTopOf(that, there); } }