Fixed double thread issue! :D

This commit is contained in:
William Muir
2017-08-16 20:09:05 +12:00
parent 07a39722fb
commit dad2ebf693
4 changed files with 10 additions and 10 deletions
@@ -91,7 +91,6 @@ public class GameState implements Runnable {
resetStartTime();
new Thread(this).start(); //Run the auto updates on the game state
new Thread(this, "GameState").start(); //Run the auto updates on the game state
marks = new MarkOrder().getAllMarks();