Fixed geodata converter .sh file.

This commit is contained in:
MobiusDev
2018-01-18 13:03:21 +00:00
parent e03e23b80f
commit 28a5320943
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#! /bin/sh
java -Xmx512m -cp ./../libs/*;GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1
java -Xmx512m -cp ../libs/*:GameServer.jar com.l2jmobius.tools.geodataconverter.GeoDataConverter > log/stdout.log 2>&1