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,6 +1,6 @@
@echo off
title L2D geodata converter
java -Xmx512m -cp ./../libs/*;GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter
java -Xmx512m -cp ./../libs/* com.l2jmobius.tools.geodataconverter.GeoDataConverter
pause