()
| 103 | Runtime.getRuntime().addShutdownHook(new Thread("Client Shutdown Thread") |
| 104 | { |
| 105 | public void run() |
| 106 | { |
| 107 | Minecraft.stopIntegratedServer(); |
| 108 | } |
| 109 | }); |
| 110 | Thread.currentThread().setName("Client thread"); |
| 111 | (new Minecraft(gameconfiguration)).run(); |
no test coverage detected