mirror of
https://github.com/Anime-Game-Servers/AGSLunarCore.git
synced 2024-11-27 06:10:25 +00:00
fix typo where the command said "Inavlid" instead of "Invalid"
This commit is contained in:
parent
09d169c582
commit
0789772464
@ -128,9 +128,9 @@ public class CommandManager {
|
||||
}
|
||||
} else {
|
||||
if (sender != null) {
|
||||
sender.sendMessage("Inavlid Command!");
|
||||
sender.sendMessage("Invalid Command!");
|
||||
} else {
|
||||
LunarCore.getLogger().info("Inavlid Command!");
|
||||
LunarCore.getLogger().info("Invalid Command!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user