Renames strings in onCommand to args for consistency
This commit is contained in:
@ -25,7 +25,7 @@ public class CommandReload implements CommandExecutor {
|
||||
|
||||
@Override
|
||||
public boolean onCommand(@NotNull CommandSender commandSender, @NotNull Command command, @NotNull String s,
|
||||
@NotNull String[] strings) {
|
||||
@NotNull String[] args) {
|
||||
if (commandSender instanceof Player) {
|
||||
Player player = (Player) commandSender;
|
||||
if (!player.hasPermission("stargate.reload")) {
|
||||
|
Reference in New Issue
Block a user