Skip to content

Commit

Permalink
Resolving issue 203 (#204)
Browse files Browse the repository at this point in the history
resolves #203
  • Loading branch information
SrLicht authored Jun 25, 2023
1 parent 6e13cc6 commit 32e4e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NwPluginAPI/Events/Args/Player/PlayerBannedEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class PlayerBannedEvent : IEventArguments
{
public ServerEventType BaseType { get; } = ServerEventType.PlayerBanned;
[EventArgument]
public IPlayer Player { get; }
public Player Player { get; }
[EventArgument]
public Player Issuer { get; }
[EventArgument]
Expand Down

0 comments on commit 32e4e07

Please sign in to comment.