4243444546474849505152
try { Thread.sleep(5*1000); } catch (InterruptedException e) {} TankGame.NETWORK.unregister(teapot); TankGame.GAME.lock(); teapot.removeFromParent(); TankGame.GAME.unlock(); } }.start(); try {