diff --git a/src/com/sheepit/client/Client.java b/src/com/sheepit/client/Client.java index 4b26cb3..225875a 100644 --- a/src/com/sheepit/client/Client.java +++ b/src/com/sheepit/client/Client.java @@ -141,9 +141,8 @@ public class Client { Thread thread_sender = new Thread(runnable_sender); thread_sender.start(); - this.renderingJob = null; - while (this.running == true) { + this.renderingJob = null; synchronized (this) { while (this.suspended) { wait();