mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-12 14:44:34 +00:00
Before matchStart exception
This commit is contained in:
parent
291487e19c
commit
066500f7cf
1 changed files with 2 additions and 2 deletions
|
|
@ -1791,8 +1791,8 @@ package dtStats{
|
||||||
}
|
}
|
||||||
function DefaultGame::clientChangeTeam(%game, %client, %team, %fromObs, %respawned){ // z0dd - ZOD, 6/06/02. Don't send a message if player used respawn feature. Added %respawned
|
function DefaultGame::clientChangeTeam(%game, %client, %team, %fromObs, %respawned){ // z0dd - ZOD, 6/06/02. Don't send a message if player used respawn feature. Added %respawned
|
||||||
parent::clientChangeTeam(%game, %client, %team, %fromObs, %respawned);
|
parent::clientChangeTeam(%game, %client, %team, %fromObs, %respawned);
|
||||||
if($dtStats::Enable)
|
if($dtStats::Enable && isGameRun())
|
||||||
%client.dtStats.switchteamCount++;
|
%client.dtStats.switchteamCount++;
|
||||||
}
|
}
|
||||||
function RepairPack::onThrow(%data,%obj,%shape){
|
function RepairPack::onThrow(%data,%obj,%shape){
|
||||||
parent::onThrow(%data,%obj,%shape);
|
parent::onThrow(%data,%obj,%shape);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue