Update zDarkTigerStats.cs

This commit is contained in:
ChocoTaco1 2020-04-18 23:18:27 -04:00
parent 13fc66f55b
commit 092d48903f

View file

@ -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++;
} }
}; };