Updated load and start scripts directories to reflect lack of scripts directory.

This commit is contained in:
Harrison Deng 2022-01-20 12:17:55 -06:00
parent 3769cc56d2
commit a42de5af9b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import xml.etree.ElementTree as ET
import shutil
import gen
if (os.getcwd().endswith("scripts/")):
if (os.getcwd().endswith("SpigotPluginBaseTools/")):
os.chdir("../")
pomxml = ET.parse(gen.find_pomxml())

View File

@ -6,7 +6,7 @@ MAX_RAM="2048M"
JVM_DEBUG_PORT = 25577
if (os.getcwd().endswith("scripts/")):
if (os.getcwd().endswith("SpigotPluginBaseTools/")):
os.chdir("../")
os.chdir(gen.DEV_SERVER_PATH)