mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 15:44:34 +00:00
Ban WhiteOut Grenade
For reasons. Already banned from other modes
This commit is contained in:
parent
42f340c798
commit
5cf94ac596
1 changed files with 3 additions and 0 deletions
|
|
@ -296,3 +296,6 @@ function VehicleData::createPositionMarker(%data, %obj)
|
||||||
// Prevent package from being activated if it is already
|
// Prevent package from being activated if it is already
|
||||||
if (!isActivePackage(TacoOverrides))
|
if (!isActivePackage(TacoOverrides))
|
||||||
activatePackage(TacoOverrides);
|
activatePackage(TacoOverrides);
|
||||||
|
|
||||||
|
//Ban WhiteOut Grenade
|
||||||
|
$InvBanList[CTF, "FlashGrenade"] = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue