Revert "Merge pull request #4568 from deathbeam/proper-shutdown"

This reverts commit 8d53997685, reversing
changes made to 4f548e835c.

This is crashing on shutdown.
This commit is contained in:
Adam
2018-08-30 06:46:26 -04:00
parent 8d53997685
commit 417c19e209
5 changed files with 0 additions and 47 deletions

View File

@@ -51,9 +51,4 @@ public interface GameEngine
* @return true if on the main thread, false otherwise
*/
boolean isClientThread();
/**
* Shut downs all open connections and files in client and serializes not serialized data.
*/
void shutDown();
}