Gradle conversion, script cleanup

This commit is contained in:
Marwolf
2018-08-11 13:00:44 -04:00
parent d4d3f83aac
commit 171aa9e3e4
4 changed files with 28 additions and 19 deletions

View File

@@ -7,4 +7,5 @@ echo "CTRL + A + D to detach the screen so this continues in the background."
echo ""
echo "Console output is being saved to gameserver.log"
echo ""
ant -f Game/server/build.xml runserver > gameserver.log
cd Game/server
java -jar Open_RSC_Server.jar > gameserver.log