root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/GameServer.java
| 1500 | 1526 | ||
|---|---|---|---|
119 | new Thread(new DeadlockDetector(TaskManagerConfig.DEADLOCK_DETECTOR_INTERVAL)).start(); | 119 | new Thread(new DeadlockDetector(TaskManagerConfig.DEADLOCK_DETECTOR_INTERVAL)).start(); |
120 | } | 120 | } |
121 | 121 | ||
122 | | ||
123 | Runtime.getRuntime().addShutdownHook(gs.injector.getInstance(ShutdownHook.class)); | 122 | Runtime.getRuntime().addShutdownHook(gs.injector.getInstance(ShutdownHook.class)); |
124 | 123 | ||
125 | //gs.injector.getInstance(com.aionemu.gameserver.utils.chathandlers.ChatHandlers.class); | 124 | //gs.injector.getInstance(com.aionemu.gameserver.utils.chathandlers.ChatHandlers.class); |
Download diff