mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
move to login (#19185)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user