Initial changes.

This commit is contained in:
MobiusDevelopment
2020-06-14 05:49:47 +00:00
parent 141764df73
commit 082558d4ac
1882 changed files with 22149 additions and 90093 deletions

View File

@@ -1,5 +1,5 @@
@echo off
title Register Game Server
color 17
java -Djava.util.logging.config.file=console.cfg -cp ./../libs/* org.l2jmobius.tools.gsregistering.BaseGameServerRegister -c
java -Djava.util.logging.config.file=console.cfg -cp ./../libs/* org.l2jmobius.tools.gsregistering.GameServerRegister -c
pause