Files
l2j_mobius/L2J_Mobius_2.5_Underground/dist/login/RegisterGameServer.bat
2017-08-29 13:53:52 +00:00

5 lines
209 B
Batchfile

@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
pause