Skip content used in setup

This commit is contained in:
James
2022-02-03 18:24:35 +00:00
parent e408e7cf31
commit cbb9f82c26

View File

@@ -137,6 +137,9 @@ def read_workshop(content_file: str) -> tuple:
print(f"Error: Invalid content ID '{content_id}', all IDs should be numeric!")
return (False, [])
if content_id in SERVER_SETUP_CONTENT:
continue
out_content.append(content_id)
print(f"Found {len(out_content)} content IDs")