Reverting some of the latest code removals.

This commit is contained in:
MobiusDev
2015-12-04 21:20:14 +00:00
parent 1f7bc7db0e
commit 9a9365c2a5
7 changed files with 54 additions and 15 deletions

View File

@ -428,6 +428,7 @@ public final class GameServer
sc.MAX_SEND_PER_PASS = Config.MMO_MAX_SEND_PER_PASS;
sc.SLEEP_TIME = Config.MMO_SELECTOR_SLEEP_TIME;
sc.HELPER_BUFFER_COUNT = Config.MMO_HELPER_BUFFER_COUNT;
sc.TCP_NODELAY = Config.MMO_TCP_NODELAY;
_gamePacketHandler = new L2GamePacketHandler();
_selectorThread = new SelectorThread<>(sc, _gamePacketHandler, _gamePacketHandler, _gamePacketHandler, new IPv4Filter());