]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qh
Move dedicated_print to miscfunctions (not a client-specific function)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qh
index c8f060d23dda621500cb952c1836858c46090348..b2495c0f6a88d95d0ea4b7d86dcbe73aa7e28b31 100644 (file)
@@ -225,9 +225,6 @@ METHOD(Client, m_unwind, bool(Client this))
     return false;
 }
 
-/** print(), but only print if the server is not local */
-void dedicated_print(string input);
-
 /// \brief Print the string to the client's chat.
 /// \param[in] client Client to print to.
 /// \param[in] text Text to print.