mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-16 23:34:50 +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 {
|
} else {
|
||||||
if (sender != null) {
|
if (sender != null) {
|
||||||
sender.sendMessage("Inavlid Command!");
|
sender.sendMessage("Invalid Command!");
|
||||||
} else {
|
} else {
|
||||||
LunarCore.getLogger().info("Inavlid Command!");
|
LunarCore.getLogger().info("Invalid Command!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user