mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2025-05-09 14:34:10 +02:00
Add "servermods" folder to ignored folders in backups
This commit is contained in:
parent
30b3ba60cd
commit
35ca896849
@ -25,7 +25,7 @@ sealed class BackupArchiver {
|
||||
}
|
||||
|
||||
private bool IsFolderSkipped(ImmutableList<string> relativePath) {
|
||||
return relativePath is ["cache" or "crash-reports" or "debug" or "libraries" or "logs" or "mods" or "versions"];
|
||||
return relativePath is ["cache" or "crash-reports" or "debug" or "libraries" or "logs" or "mods" or "servermods" or "versions"];
|
||||
}
|
||||
|
||||
[SuppressMessage("ReSharper", "ConvertIfStatementToReturnStatement")]
|
||||
|
Loading…
Reference in New Issue
Block a user