Updated load and start scripts directories to reflect lack of scripts directory.
This commit is contained in:
parent
3769cc56d2
commit
a42de5af9b
@ -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())
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user