mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-12 06:34:35 +00:00
Core update
This commit is contained in:
parent
baa4889aff
commit
d2f38aac33
6 changed files with 61 additions and 85 deletions
|
|
@ -18,7 +18,7 @@ $AntiPackIncludeShield = 0;
|
|||
function CheckAntiPack( %game )
|
||||
{
|
||||
//CTF only
|
||||
if( $Host::AntiPackEnable && $CurrentMissionType $= "CTF" && !$Host::TournamentMode )
|
||||
if( $Host::AntiPackEnable )
|
||||
{
|
||||
//echo("TotalTeamPlayerCount " @ $TotalTeamPlayerCount);
|
||||
//echo("AntiPackPlayerCount " @ $AntiPackPlayerCount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue