]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
added more SV_CheckVelocity calls on players for safety sake
[xonotic/darkplaces.git] / server.h
index 459a0ec58c042d71ce755cb45b6010ff50093bd5..3843e38d8ec35c64bfc29fc8060b32bde54808e1 100644 (file)
--- a/server.h
+++ b/server.h
@@ -305,5 +305,7 @@ void SV_SpawnServer (const char *server);
 
 void SV_SetMaxClients(int n);
 
+void SV_CheckVelocity (edict_t *ent);
+
 #endif