mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-13 05:44:36 +01:00
fix typo where the command said "Inavlid" instead of "Invalid"
This commit is contained in:
@@ -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!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user