Add return

This commit is contained in:
Andrew 2022-09-03 13:26:51 -04:00
parent 5d688522bd
commit 1f95ad600c

View File

@ -1121,6 +1121,7 @@ class ServerInstance:
"notification",
"Backup failed for " + self.name + ". canceling update.",
)
return False
# lets download the files
if HelperServers.get_server_type_by_id(self.server_id) != "minecraft-bedrock":