Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Nov 11, 2024
1 parent 4f9fd5c commit 3ae6f93
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ public boolean applyToPlayer(Player player, DisguiseState state)
var operationType = modifierOption.operationType.toBukkitOperation();
if (operationType == null)
{
logger.warn("");
return false;
logger.warn("Modifier operation not set for attribute %s of disguise %s, ignoring...".formatted(
modifierOption.attributeName, state.getDisguiseIdentifier()
));
continue;
}

var modifier = new AttributeModifier(modifierKey, modifierOption.value,
Expand Down

0 comments on commit 3ae6f93

Please sign in to comment.