]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
add number of free player slots to the statusResponse
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 970c86af429ecf3c4ef267ca4ef62b145e1afcad..4a9d6be251e0d2eb1c00fa7d3b27e4a64dd93d0d 100644 (file)
@@ -267,7 +267,7 @@ void checkSpectatorBlock();
 .float jointime; // time of joining
 .float alivetime; // time of being alive
 
-float isJoinAllowed();
+float nJoinAllowed(float includeMe);
 #define PREVENT_JOIN_TEXT "^1You may not join the game at this time.\n\nThe player limit reached maximum capacity."
 
 //sv_timeout: pauses the game by setting the gamespeed to a really low value (see TIMEOUT_SLOWMO_VALUE)