Skip content used in setup
This commit is contained in:
@@ -137,6 +137,9 @@ def read_workshop(content_file: str) -> tuple:
|
|||||||
print(f"Error: Invalid content ID '{content_id}', all IDs should be numeric!")
|
print(f"Error: Invalid content ID '{content_id}', all IDs should be numeric!")
|
||||||
return (False, [])
|
return (False, [])
|
||||||
|
|
||||||
|
if content_id in SERVER_SETUP_CONTENT:
|
||||||
|
continue
|
||||||
|
|
||||||
out_content.append(content_id)
|
out_content.append(content_id)
|
||||||
|
|
||||||
print(f"Found {len(out_content)} content IDs")
|
print(f"Found {len(out_content)} content IDs")
|
||||||
|
|||||||
Reference in New Issue
Block a user