X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fclientcommands.qc;h=226269d41b3605bc87f8e6a9ab417efa0b21621f;hp=9203d87a1ae760f97561fff1dbd9a1fe5b19d60f;hb=b3531989fe085982b9fa1b4c8e3a35947936e441;hpb=f45f2df96df4e329a6b0b8343e53b750f9f632b0 diff --git a/qcsrc/server/clientcommands.qc b/qcsrc/server/clientcommands.qc index 9203d87a1..226269d41 100644 --- a/qcsrc/server/clientcommands.qc +++ b/qcsrc/server/clientcommands.qc @@ -218,7 +218,7 @@ void SV_ParseClientCommand(string s) { if(!g_arena) if (self.classname != "player" && !lockteams) { - if(isJoinAllowed()) { + if(nJoinAllowed(1)) { self.classname = "player"; if(g_ca) self.caplayer = 1;