]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update CheckAllowedTeams hook description
authorterencehill <piuntn@gmail.com>
Sat, 10 Sep 2016 13:49:20 +0000 (15:49 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 10 Sep 2016 13:49:20 +0000 (15:49 +0200)
qcsrc/server/mutators/events.qh

index e27f1adf44fa6255007fa6e76a460df43c5ae846..3743c6b94978977769c9112e30a024e4d912b86a 100644 (file)
@@ -98,9 +98,9 @@ MUTATOR_HOOKABLE(GiveFragsForKill, EV_GiveFragsForKill);
 /** called when the match ends */
 MUTATOR_HOOKABLE(MatchEnd, EV_NO_ARGS);
 
-/** should adjust number to contain the team count */
+/** allows adjusting allowed teams */
 #define EV_CheckAllowedTeams(i, o) \
-    /** number of teams    */ i(float, MUTATOR_ARGV_0_float) \
+    /** mask of teams      */ i(float, MUTATOR_ARGV_0_float) \
     /**/                      o(float, MUTATOR_ARGV_0_float) \
     /** team entity name   */ i(string, MUTATOR_ARGV_1_string) \
     /**/                      o(string, MUTATOR_ARGV_1_string) \