Game Over: Disable submit button after first submission

parent 9c701d37
......@@ -46,5 +46,6 @@ public class GameOver : MonoBehaviour
teamText = null;
}
Server.PostScore(score, playerText, teamText);
buttonSubmit.enabled = false;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment