1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-10 09:22:49 +00:00

BroadcastService implementation

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-31 13:32:56 -03:00
parent 7d4d9114e5
commit d72bb75cb0
9 changed files with 267 additions and 132 deletions

View File

@@ -57,8 +57,14 @@ public class L2JGameServerMain {
serviceManager.start(BlowfishKeygenService.class);
serviceManager.start(NetworkService.class);
// spawn
// spawn everything
serviceManager.get(NPCService.class).spawnAll();
// final long free = Runtime.getRuntime().freeMemory();
// final long allocated = Runtime.getRuntime().totalMemory();
// final long maximum = Runtime.getRuntime().maxMemory();
// final long processors =
// Runtime.getRuntime().availableProcessors();
} catch (Exception e) {
System.out.println("GameServer could not be started!");
e.printStackTrace();