Skip to content

Commit cd9716f

Browse files
committed
Remove redundant variable re assigning
1 parent b098b90 commit cd9716f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/net/coreprotect/command/LookupCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public static void runCommand(CommandSender player, Command command, boolean per
6161
Chat.sendMessage(player, Color.DARK_AQUA + "CoreProtect " + Color.WHITE + "- " + event.getCancelMessage());
6262
return;
6363
}
64-
argUsers = event.getUsers();
6564

6665
if (args[0].toLowerCase(Locale.ROOT).equals("page") && (args.length != 2 || !args[1].equals(args[1].replaceAll("[^0-9]", "")))) {
6766
Chat.sendMessage(player, Color.DARK_AQUA + "CoreProtect " + Color.WHITE + "- " + Phrase.build(Phrase.MISSING_PARAMETERS, Color.WHITE, "/co page <page>"));

0 commit comments

Comments
 (0)