From 3afa7f0aa260d43f22ddd6652df03f48f7b8c83f Mon Sep 17 00:00:00 2001 From: Casey Date: Sat, 16 Jul 2022 17:38:20 -0400 Subject: [PATCH 1/2] Merge pull request #13344 from Heroman3003/login-reset Fixes load slot button sometimes not working when re-logging --- code/modules/client/client procs.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index f68ddc011d..0a0b604b48 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -86,7 +86,7 @@ return sane = TRUE break - + if(!sane) to_chat(src, "Sorry, that link doesn't appear to be valid. Please try again.") 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