mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
Merge remote-tracking branch
This commit is contained in:
0
.gitmodules
vendored
Normal file
0
.gitmodules
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user