Merge remote-tracking branch

This commit is contained in:
ariaworld
2024-09-15 02:04:30 +02:00
parent 93b1db7cfe
commit 568480f190
2 changed files with 1 additions and 1 deletions

0
.gitmodules vendored Normal file
View File

View File

@@ -4073,7 +4073,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if("import_slot")
var/savefile/S = new(user.client.Import())
if(istype(S, /savefile))
if(istype(load_character(provided = S), /savefile))
if(load_character(provided = S))
tgui_alert_async(user, "Successfully loaded character slot.")
save_character(TRUE)
else