l2j_mobius/L2J_Mobius_C6_Interlude_OpenJDK12/dist/game/GeoDataConverter.bat
MobiusDevelopment e70ad4bdb2 Initial changes.
2019-07-26 10:40:03 +00:00

7 lines
136 B
Batchfile

@echo off
title L2D geodata converter
java -Xmx512m -cp ./../libs/* org.l2jmobius.tools.geodataconverter.GeoDataConverter
pause