]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
sv_ccmds: Perform actual name change from a single function. Announce in chat.
[xonotic/darkplaces.git] / server.h
index d8250f658d74600d2d4d4c0fd9898dc371679491..a8769f6e24f8fdf75a983c8eeb12d3b0bcb133b1 100644 (file)
--- a/server.h
+++ b/server.h
@@ -610,7 +610,7 @@ void SV_StopThread(void);
 
 void VM_CustomStats_Clear(void);
 void VM_SV_UpdateCustomStats(client_t *client, prvm_edict_t *ent, sizebuf_t *msg, int *stats);
-
+void SV_Name(int clientnum);
 void SV_InitOperatorCommands(void);
 
 void SV_Savegame_to(prvm_prog_t *prog, const char *name);