Inverting launch controls.

This commit is contained in:
Harrison Deng 2022-04-16 00:33:33 -05:00
parent 3fad8820e5
commit 1113799a0f
2 changed files with 3 additions and 4 deletions

4
.gitignore vendored
View File

@ -200,5 +200,5 @@ plugins/dynmap/*.pending
plugins/WorldEdit/.archive-unpack/
!plugins/LuckPerms/*.db
# Ignore the update script
update.sh
# Ignore environment scripts.
env/**

3
run.sh
View File

@ -1,5 +1,4 @@
#!/bin/sh
./update.sh
/usr/lib/jvm/java-18-openjdk/bin/java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui
/usr/lib/jvm/java-18-openjdk/bin/java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui