Removed script folder.
Better accomodates for use as git submodule.
This commit is contained in:
parent
559a880d92
commit
81bc122ae0
@ -22,7 +22,7 @@ if sys.version_info.major != 3:
|
||||
print("Script requires Python3 to run. You are currently running {0}.".format(sys.version))
|
||||
exit(1)
|
||||
|
||||
if (os.getcwd().endswith("scripts/")):
|
||||
if (os.getcwd().endswith("SpigotPluginBaseTools/")):
|
||||
os.chdir("../")
|
||||
|
||||
def project_gen() -> int:
|
Loading…
Reference in New Issue
Block a user