mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-07 21:58:06 -05:00
tweak for integration
This commit is contained in:
parent
34328848f4
commit
ce27d4fe61
@ -236,6 +236,11 @@ SaveTrackingMetrics()
|
|||||||
{
|
{
|
||||||
IPrintLn( "Saving tracking metrics for " + self.persistentClientId );
|
IPrintLn( "Saving tracking metrics for " + self.persistentClientId );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( !IsDefined( self.lastShotCount ) )
|
||||||
|
{
|
||||||
|
self.lastShotCount = 0;
|
||||||
|
}
|
||||||
|
|
||||||
currentShotCount = self getPlayerStat( "mostshotsfired" );
|
currentShotCount = self getPlayerStat( "mostshotsfired" );
|
||||||
change = currentShotCount - self.lastShotCount;
|
change = currentShotCount - self.lastShotCount;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user