Skip to content

Commit

Permalink
Minor formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpup committed Jan 20, 2024
1 parent 397f16d commit b774538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CounterStrike2GSI/StateHandlers/PlayerHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private void OnProviderUpdated(CS2GameEvent e)
_provider_cache = evt.New;
}

private void OnPlayerUpdated(CS2GameEvent e)
private void OnPlayerUpdated(CS2GameEvent e)
{
PlayerUpdated evt = (e as PlayerUpdated);

Expand Down

0 comments on commit b774538

Please sign in to comment.