Remove useless json.loads

This commit is contained in:
Fierelier 2022-05-13 12:35:05 +02:00
parent f4744631e3
commit 4520419754

View File

@ -375,8 +375,6 @@ def main():
else:
lv[argSplit[0]] = True
json.loads(lv["jvmArguments"])
if not lv["osName"] in ["windows","linux","macos"]:
print(colored(colorama.Fore.YELLOW,"\nWarning, unsupported OS detected: '" +lv["osName"]+ "'"),file=sys.stderr)
print("Needs to be either windows, linux or macos. Define it with osName=name in the config.",file=sys.stderr)