]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix print command and compilation units test
authorterencehill <piuntn@gmail.com>
Wed, 27 Jan 2021 16:44:06 +0000 (17:44 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 27 Jan 2021 17:21:24 +0000 (18:21 +0100)
qcsrc/server/client.qh
server.cfg

index 313945de81e91d3ae3f6d93e6b5d370ba76591a6..43e041bf62769b30bccc58f1681af2cbac1732a0 100644 (file)
@@ -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);
 
index f9c0d0d997072643190bdd97bd5cee2b8c943c2b..b3c6195d9b823d03b896a35d71c782390af93737 100644 (file)
@@ -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