Fix runServer.sh, patch farming skill nuke and latest build :)

This commit is contained in:
dginovker
2020-02-19 08:45:10 -05:00
parent 1e9c13c3d4
commit c78c7b5114
270 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ echo NOTE: This program is meant to be run by the live server admin only!
echo You probably don\'t want to run this, even if you\'re developing locally!
for i in {0..50}
do
java -jar build/libs/2006Redone Server.jar
java -jar "build/libs/2006Redone Server.jar"
done