Stupid error was fixed

This commit is contained in:
KahootChampion
2019-02-25 17:42:42 -07:00
parent 3b068d869b
commit 237ce1da27
2 changed files with 1 additions and 0 deletions

View File

@@ -192,6 +192,7 @@ public class Player {
public void gameOver(){
System.out.flush();
System.out.println("Game over");
System.exit(0);
}
}