]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/cmd.qh
Partially build the Welcome message in client code, allowing translating some parts...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / cmd.qh
index 344cba0eb0afcf657f25ffe52cac3ad15c50ed56..802afc8bde6f86e1ed3e145df61f111ea51ec715 100644 (file)
@@ -8,7 +8,5 @@ int autocvar_sv_clientcommand_antispam_count;
 
 string MapVote_Suggest(entity this, string m);
 
-void serverinfo_welcomemessage_send(entity this);
-
 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
 void ClientCommand_macro_write_aliases(float fh);