mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-02 03:51:38 +00:00
Logger cleanup pt 1.
This commit is contained in:
parent
f3b005e331
commit
427b97433e
22 changed files with 26 additions and 25 deletions
|
@ -31,7 +31,7 @@ public class Economy
|
|||
public Economy()
|
||||
{
|
||||
}
|
||||
private static final Logger logger = Logger.getLogger("Minecraft");
|
||||
private static final Logger logger = Logger.getLogger("Essentials");
|
||||
private static IEssentials ess;
|
||||
private static final String noCallBeforeLoad = "Essentials API is called before Essentials is loaded.";
|
||||
public static final MathContext MATH_CONTEXT = MathContext.DECIMAL128;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue