From be7e0ffb3f830db6161f0c4faf68975a0a168220 Mon Sep 17 00:00:00 2001 From: Lucy Date: Wed, 27 Nov 2024 14:48:58 -0500 Subject: [PATCH] whatever --- code/_onclick/hud/new_player.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/_onclick/hud/new_player.dm b/code/_onclick/hud/new_player.dm index 5744af1fe9ca..ecf8ab55a5a8 100644 --- a/code/_onclick/hud/new_player.dm +++ b/code/_onclick/hud/new_player.dm @@ -484,9 +484,6 @@ /atom/movable/screen/lobby/button/server/Initialize(mapload) . = ..() - if(!server_port) - . = INITIALIZE_HINT_QDEL - CRASH("Tried to initialize server button without valid port!") if(is_available()) set_button_status(TRUE) update_appearance(UPDATE_ICON_STATE)