mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-30 12:29:16 +00:00
fix: spelling errors
This commit is contained in:
@@ -32,7 +32,7 @@ public class TypeEmpty extends Type {
|
||||
try {
|
||||
// This gets the actions with the item. We can add more, such as with the Cosmetic type, an equip and unequip action set.
|
||||
// We add that to a List of Strings, before running those actions through the server. This is not the area where we deal
|
||||
// with actions, mearly what should be done for each item.
|
||||
// with actions, merely what should be done for each item.
|
||||
if (!actionConfig.node("any").virtual()) actionStrings.addAll(actionConfig.node("any").getList(String.class));
|
||||
|
||||
if (clickType != null) {
|
||||
|
||||
Reference in New Issue
Block a user