mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-02 17:09:58 +01:00
fix typo in eco warning
This commit is contained in:
parent
07bcd17e0f
commit
2b4b1520d3
@ -365,7 +365,7 @@ public final class Economy
|
|||||||
}
|
}
|
||||||
catch (NumberFormatException e)
|
catch (NumberFormatException e)
|
||||||
{
|
{
|
||||||
logger.log(Level.WARNING, "Failed to disply " + amount + ": " + e.getMessage(), e);
|
logger.log(Level.WARNING, "Failed to display " + amount + ": " + e.getMessage(), e);
|
||||||
return "NaN";
|
return "NaN";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user