root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/configs/Config.java
| 953 | 1015 | ||
|---|---|---|---|
187 | */ | 187 | */ |
188 | @Property(key = "gameserver.unstuck.delay",defaultValue = "3600") | 188 | @Property(key = "gameserver.unstuck.delay",defaultValue = "3600") |
189 | public static int UNSTUCK_DELAY; | 189 | public static int UNSTUCK_DELAY; |
190 | |||
191 | @Property(key = "gameserver.taskmanager.DebugPacketBroadcaster",defaultValue = "false") | ||
192 | public static boolean DEBUG_PACKET_BROADCASTER; | ||
190 | 193 | ||
191 | /** | 194 | /** |
192 | * Initialize all configs in com.aionemu.gameserver.configs package | 195 | * Initialize all configs in com.aionemu.gameserver.configs package |
Download diff