mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 12:01:20 +02:00
fix typo in eco warning
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user