Fixed EconomyIntegration javadoc

This commit is contained in:
Auxilor
2022-09-30 19:51:23 +01:00
parent b79955ae9e
commit 1694d858bc

View File

@@ -12,7 +12,7 @@ import java.math.BigDecimal;
* If you're adding your economy to be supported in eco,
* it's recommended to override the {@link BigDecimal} methods
* as opposed to the {@code double} methods.
*
* <p>
* <strong>You must override at least one of all methods</strong>,
* i.e. one {@code hasAmount}, one {@code giveMoney}, etc.,
* otherwise your integration will cause {@link StackOverflowError}.