Addition of C4 branch.

This commit is contained in:
MobiusDevelopment
2020-06-14 05:43:34 +00:00
parent bf7c04f166
commit 141764df73
16864 changed files with 934319 additions and 0 deletions

View File

@@ -0,0 +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
pause