Removed script folder.

Better accomodates for use as git submodule.
This commit is contained in:
Harrison Deng 2022-01-20 04:16:56 -06:00
parent 559a880d92
commit 81bc122ae0
3 changed files with 1 additions and 1 deletions

View File

@ -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: