Fix app ID
This commit is contained in:
@@ -169,7 +169,7 @@ def download_workshop(steamcmd_path: str, workshop_content: list, credentials: l
|
||||
|
||||
def move_workshop(server_path: str, steamcmd_path: str, workshop_content: list) -> tuple:
|
||||
print("Moving workshop files...")
|
||||
workshop_path = f"{steamcmd_path}/steamapps/workshop/content/{SERVER_APP_ID}"
|
||||
workshop_path = f"{steamcmd_path}/steamapps/workshop/content/{GAME_APP_ID}"
|
||||
packages_path = f"{server_path}/Packages"
|
||||
|
||||
moved_files = []
|
||||
|
||||
Reference in New Issue
Block a user