Skip to content

Commit

Permalink
Revert "Resolving issue 203 (#204)"
Browse files Browse the repository at this point in the history
This reverts commit 32e4e07.
  • Loading branch information
ced777ric committed Jun 25, 2023
1 parent 32e4e07 commit ec9b4ac
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 Player Player { get; }
public IPlayer Player { get; }
[EventArgument]
public Player Issuer { get; }
[EventArgument]
Expand Down

0 comments on commit ec9b4ac

Please sign in to comment.