From: terencehill Date: Wed, 27 Jan 2021 16:44:06 +0000 (+0100) Subject: Fix print command and compilation units test X-Git-Tag: xonotic-v0.8.5~584 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f1bfa7b0bfa9cca34320f06f83feaccaa3bdb5f7;p=xonotic%2Fxonotic-data.pk3dir.git Fix print command and compilation units test --- diff --git a/qcsrc/server/client.qh b/qcsrc/server/client.qh index 313945de8..43e041bf6 100644 --- a/qcsrc/server/client.qh +++ b/qcsrc/server/client.qh @@ -377,6 +377,7 @@ IntrusiveList g_initforplayer; STATIC_INIT(g_initforplayer) { g_initforplayer = IL_NEW(); } void play_countdown(entity this, float finished, Sound samp); +void player_powerups_remove_all(entity this); void RotRegen(entity this, float current, float regenstable, float regenfactor, float regenlinear, float regenframetime, float rotstable, float rotfactor, float rotlinear, float rotframetime, float limit_mod); diff --git a/server.cfg b/server.cfg index f9c0d0d99..b3c6195d9 100644 --- a/server.cfg +++ b/server.cfg @@ -13,5 +13,5 @@ echo ^1Quitting shortly. echo // see https://gitlab.com/xonotic/xonotic/issues/184 -defer 5 "Dedicated server requires server.cfg in your config directory, quitting." +defer 5 "echo \"Dedicated server requires server.cfg in your config directory, quitting.\"" defer 5 quit