mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Merge pull request #488 from necrodoom/patch-21
fix typo in eco warning
This commit is contained in:
commit
fdb5d85ba5
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ public final class Economy
|
|||
}
|
||||
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";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue