mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 00:24:35 +00:00
Update zDarkTigerStats.cs
This commit is contained in:
parent
13fc66f55b
commit
092d48903f
1 changed files with 1 additions and 1 deletions
|
|
@ -1641,7 +1641,7 @@ package dtStatsGame{
|
||||||
function Weapon::onPickup(%this, %obj, %shape, %amount){
|
function Weapon::onPickup(%this, %obj, %shape, %amount){
|
||||||
parent::onPickup(%this, %obj, %shape, %amount);
|
parent::onPickup(%this, %obj, %shape, %amount);
|
||||||
if($dtStats::Enable)
|
if($dtStats::Enable)
|
||||||
%this.weaponpickupCount++;
|
%shape.client.weaponpickupCount++;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue