1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-14 09:09:38 -09:00

Updated startClient.command to refer to the current project version instead of the static value of 0.8

This commit is contained in:
honaker215 2011-11-01 13:39:34 +00:00
parent 10e1469cfd
commit 8c23757260

View file

@ -2,4 +2,4 @@
cd "`dirname "$0"`"
java -jar ./lib/Mage-Client-0.8.jar -Xms256M -Xmx1024M &
java -jar ./lib/Mage-Client-${project.version}.jar -Xms256M -Xmx1024M &