Skip to content

Commit

Permalink
Fixed stack overflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Dec 30, 2023
1 parent 75422cf commit 2c08723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static Map<String, BinaryOperator<Integer>> getOperationMappingsInteger()
}

public static Map<String, BinaryOperator<Float>> getOperationMappingsFloat() {
return getOperationMappingsFloat();
return Utils.getOperationMappingsFloat();
}

public static void executeAttributeModify(String operation, Attribute attribute_modifier, double base_value, Player p, Double value) {
Expand Down

0 comments on commit 2c08723

Please sign in to comment.