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

Minor improvements

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-06-05 13:04:34 -03:00
parent 5990a97dfd
commit 0146d1aa82
21 changed files with 226 additions and 68 deletions

View File

@@ -31,10 +31,6 @@ import com.l2jserver.service.network.NetworkService;
import com.l2jserver.service.network.keygen.BlowfishKeygenService;
public class L2JGameServerMain {
/**
* @param args
* @throws InterruptedException
*/
public static void main(String[] args) throws InterruptedException {
final L2JGameServer server = new L2JGameServer();
try {