Skip to content

Commit

Permalink
Replace problematic particles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Aug 12, 2024
1 parent 5c4355e commit 1701300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripting/MethodMaps/Player.inc
Original file line number Diff line number Diff line change
Expand Up @@ -693,11 +693,11 @@ methodmap Player __nullable__

if (this.Team == TFTeam_Blue)
{
CreateParticle(this.ClientId, "Micro_Win_Blue", 6.0);
CreateParticle(this.ClientId, "teleportedin_blue", 6.0);
}
else if (this.Team == TFTeam_Red)
{
CreateParticle(this.ClientId, "Micro_Win_Red", 6.0);
CreateParticle(this.ClientId, "teleportedin_red", 6.0);
}
}

Expand Down

0 comments on commit 1701300

Please sign in to comment.