mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-04 00:46:40 +00:00
Actually add Player as a field to the commands
This commit is contained in:
@ -18,7 +18,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
public class DeopCMD extends PlexCommand
|
||||
{
|
||||
@Override
|
||||
public Component execute(CommandSender sender, String[] args)
|
||||
public Component execute(CommandSender sender, Player playerSender, String[] args)
|
||||
{
|
||||
if (args.length != 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user