mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
fixed Load Slot Close button
This commit is contained in:
@@ -584,7 +584,7 @@ datum/preferences
|
||||
|
||||
else if(link_tags["loadslot"])
|
||||
var/slot = text2num(link_tags["loadslot"])
|
||||
if(slot == "CLOSE")
|
||||
if(link_tags["loadslot"] == "CLOSE")
|
||||
closesave(user)
|
||||
return
|
||||
if(!savefile_load(user, slot))
|
||||
|
||||
Reference in New Issue
Block a user