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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user