mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-02-03 22:11:45 +01:00
updated wrong message
This commit is contained in:
parent
b6921e9549
commit
e6a515201d
@ -53,7 +53,7 @@ public class CommandWithSubCommands implements CommandTemplate {
|
||||
}
|
||||
}
|
||||
catch(NumberFormatException e) {
|
||||
sender.sendMessage(Lang.translateInsertVariablesColor("command.help.invalidnum", args[1]));
|
||||
sender.sendMessage(Lang.translateColor("messageprefix.negative") + Lang.translateInsertVariablesColor("command.help.invalidnum", args[1]));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user