From 52ff43595792a9902fd14a1bf8dc4bb52d373ef8 Mon Sep 17 00:00:00 2001 From: Daniel V Date: Thu, 13 Sep 2018 02:15:59 -0400 Subject: [PATCH] Revert max bal to 900 decillion for 1.1.3 --- TNE/src/net/tnemc/core/common/CurrencyManager.java | 3 ++- TNE/src/net/tnemc/resources/config.yml | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/TNE/src/net/tnemc/core/common/CurrencyManager.java b/TNE/src/net/tnemc/core/common/CurrencyManager.java index 5451a4ef..70bd8493 100644 --- a/TNE/src/net/tnemc/core/common/CurrencyManager.java +++ b/TNE/src/net/tnemc/core/common/CurrencyManager.java @@ -46,7 +46,8 @@ public CurrencyManager() { } public void loadCurrencies() { - largestSupported = new BigDecimal("900000000000000000000000000000000000000000000"); + //1.1.4 -> largestSupported = new BigDecimal("900000000000000000000000000000000000000000000"); + largestSupported = new BigDecimal("900000000000000000000000000000000000"); loadCurrency(TNE.instance().getConfig(), false, TNE.instance().defaultWorld); for(WorldManager manager : TNE.instance().getWorldManagers()) { diff --git a/TNE/src/net/tnemc/resources/config.yml b/TNE/src/net/tnemc/resources/config.yml index 29e8ba50..38f93782 100644 --- a/TNE/src/net/tnemc/resources/config.yml +++ b/TNE/src/net/tnemc/resources/config.yml @@ -147,10 +147,7 @@ Core: #Octillion - X #Nonillion - W #Decillion - V - #Undecillion - U - #Nondecillion - N - #Nonvigintillion - ₮ - Prefixes: 'kMGTPEZYXWVUN₮' + Prefixes: 'kMGTPEZYXWV' #The character to use as the symbol for this currency. Symbol: '$'