Skip to content

Commit

Permalink
Remove Save Backup Mod from compose files and README
Browse files Browse the repository at this point in the history
Deleted references to Save Backup Mod from docker-compose-steam.yml, docker-compose-gog.yml, and the README file. This removal reflects that the Save Backup Mod is no longer enabled or supported in this application.
  • Loading branch information
norimicry committed May 3, 2024
1 parent 92fffda commit 504a210
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ environment:
- ENABLE_UNLIMITEDPLAYERS_MOD=${ENABLE_UNLIMITEDPLAYERS-true}
- UNLIMITED_PLAYERS_PLAYER_LIMIT=${UNLIMITED_PLAYERS_PLAYER_LIMIT-8}
# Save Backup mod
## Disabling this will stop saves being backed up
- ENABLE_SAVEBACKUP_MOD=${ENABLE_SAVEBACKUP_MOD-true}
# Chat Commands mod
- ENABLE_CHATCOMMANDS_MOD=${ENABLE_CHATCOMMANDS_MOD-false}
Expand Down
4 changes: 0 additions & 4 deletions docker-compose-gog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ services:
- ENABLE_UNLIMITEDPLAYERS_MOD=${ENABLE_UNLIMITEDPLAYERS-true}
- UNLIMITED_PLAYERS_PLAYER_LIMIT=${UNLIMITED_PLAYERS_PLAYER_LIMIT-10}

# Save Backup mod
## Disabling this will stop saves being backed up
- ENABLE_SAVEBACKUP_MOD=${ENABLE_SAVEBACKUP_MOD-true}

# Chat Commands mod
- ENABLE_CHATCOMMANDS_MOD=${ENABLE_CHATCOMMANDS_MOD-false}

Expand Down
4 changes: 0 additions & 4 deletions docker-compose-steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ services:
- ENABLE_UNLIMITEDPLAYERS_MOD=${ENABLE_UNLIMITEDPLAYERS-true}
- UNLIMITED_PLAYERS_PLAYER_LIMIT=${UNLIMITED_PLAYERS_PLAYER_LIMIT-10}

# Save Backup mod
## Disabling this will stop saves being backed up
- ENABLE_SAVEBACKUP_MOD=${ENABLE_SAVEBACKUP_MOD-true}

# Chat Commands mod
- ENABLE_CHATCOMMANDS_MOD=${ENABLE_CHATCOMMANDS_MOD-false}

Expand Down

0 comments on commit 504a210

Please sign in to comment.