WIP: Tokens works well with collection. Dissapear upon picking up across all clients.

Still bug with mark ordering and arrows :/

#story[1250]
This commit is contained in:
William Muir
2017-08-29 21:40:25 +12:00
parent ace48a8404
commit 0d0b2e59d5
3 changed files with 18 additions and 10 deletions
@@ -50,7 +50,7 @@ public class MainServerThread implements Runnable, ClientConnectionDelegate {
terminated = false;
thread = new Thread(this, "MainServer");
startUpdatingWind();
// startSpawningTokens();
startSpawningTokens();
thread.start();
}