Skip to content

Commit

Permalink
Log
Browse files Browse the repository at this point in the history
  • Loading branch information
TheR00st3r committed Nov 4, 2023
1 parent 4107c2e commit 3788844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PugSharp/PugSharp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ public HookResult OnPlayerTeam(EventPlayerTeam @event, GameEventInfo info)

private HookResult OnSwitchTeam(EventSwitchTeam @event, GameEventInfo info)
{
_Logger.LogInformation("OnSwitchTeam called");
_Match?.SwitchTeam();
return HookResult.Continue;
}
Expand Down

0 comments on commit 3788844

Please sign in to comment.