move to login (#19185)

This commit is contained in:
Kashargul
2026-02-15 14:53:48 +01:00
committed by GitHub
parent 5d1d996c00
commit 70609cbfd9
2 changed files with 1 additions and 4 deletions
+1
View File
@@ -47,6 +47,7 @@
handle_privacy_poll()
client.playtitlemusic()
version_warnings()
add_verb(src, /mob/proc/insidePanel)
/mob/new_player/proc/version_warnings()
var/problems // string to store message to present to player as a problem
@@ -21,10 +21,6 @@
var/created_for
/mob/new_player/Initialize(mapload)
. = ..()
add_verb(src, /mob/proc/insidePanel)
/mob/new_player/Destroy()
GLOB.new_player_list -= src
if(manifest_dialog)