]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qc
Move dedicated_print to miscfunctions (not a client-specific function)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qc
index 7cd2a993297da2ff71748911eca5ca9152b75c6b..003a29abae0696a392acd8a3626757a2624db246 100644 (file)
@@ -1478,11 +1478,6 @@ void respawn(entity this)
        PutClientInServer(this);
 }
 
-void dedicated_print(string input)
-{
-       if (server_is_dedicated) print(input);
-}
-
 void PrintToChat(entity client, string text)
 {
        text = strcat("\{1}^7", text, "\n");