X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fgamemodes%2Fsv_rules.qh;h=33083b367798ee9f5afb544c054d3d9104a7cab9;hp=588d8da70ba1bfa28c4d64190e150cb1077b5e91;hb=f570e338e4f861aa53cd44a4014a077105cefe72;hpb=4faf95050c3c1a7a6963ff7fa768d6c87b3e7bc6 diff --git a/qcsrc/common/gamemodes/sv_rules.qh b/qcsrc/common/gamemodes/sv_rules.qh index 588d8da70b..33083b3677 100644 --- a/qcsrc/common/gamemodes/sv_rules.qh +++ b/qcsrc/common/gamemodes/sv_rules.qh @@ -3,6 +3,11 @@ // todo: accept the number of teams as a parameter void GameRules_teams(bool value); +/** + * Used to disable team spawns in team modes + */ +void GameRules_spawning_teams(bool value); + /** * Disabling score disables the "score" column on the scoreboard */