Moved GameServer and LoginServer jar files to libs folder.

This commit is contained in:
MobiusDev
2018-04-30 23:48:05 +00:00
parent 08cad62944
commit a075c54c72
86 changed files with 103 additions and 183 deletions

View File

@@ -1,5 +1,5 @@
@echo off
title Register Game Server
color 17
java -version:1.8 -Djava.util.logging.config.file=console.cfg -cp ./../libs/*;LoginServer.jar com.l2jmobius.tools.gsregistering.BaseGameServerRegister -c
java -version:1.8 -Djava.util.logging.config.file=console.cfg -cp ./../libs/* com.l2jmobius.tools.gsregistering.BaseGameServerRegister -c
pause