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

Implemented new packets and several services

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-17 12:37:52 -03:00
parent 5e21f16735
commit 31cc1a97e3
66 changed files with 2767 additions and 104 deletions

View File

@@ -16,8 +16,6 @@
*/
package com.l2jserver;
import org.apache.log4j.BasicConfigurator;
import com.l2jserver.routines.GameServerInitializationRoutine;
public class L2JGameServerMain {
@@ -26,8 +24,6 @@ public class L2JGameServerMain {
* @throws InterruptedException
*/
public static void main(String[] args) throws InterruptedException {
BasicConfigurator.configure();
final L2JGameServer server = new L2JGameServer();
try {
server.getInjector()