mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 07:39:13 +01:00
Merge pull request #4561 from CHOMPStation2/upstream-merge-13344
[MIRROR] Fixes load slot button sometimes not working when re-logging
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
return
|
||||
sane = TRUE
|
||||
break
|
||||
|
||||
|
||||
if(!sane)
|
||||
to_chat(src, "<span class='warning'>Sorry, that link doesn't appear to be valid. Please try again.</span>")
|
||||
return
|
||||
@@ -196,6 +196,8 @@
|
||||
|
||||
. = ..() //calls mob.Login()
|
||||
prefs.sanitize_preferences()
|
||||
if(prefs)
|
||||
prefs.selecting_slots = FALSE
|
||||
|
||||
connection_time = world.time
|
||||
connection_realtime = world.realtime
|
||||
|
||||
Reference in New Issue
Block a user