File tree Expand file tree Collapse file tree 2 files changed +0
-102
lines changed
src/main/java/org/maxgamer/quickshop Expand file tree Collapse file tree 2 files changed +0
-102
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -163,11 +163,6 @@ public class QuickShop extends JavaPlugin {
163163 private Economy economy ;
164164 @ Getter
165165 private ItemMatcher itemMatcher ;
166- /**
167- * Language manager, to select which language will loaded.
168- */
169- @ Getter
170- private Language language ;
171166 /**
172167 * Whether or not to limit players shop amounts
173168 */
@@ -547,7 +542,6 @@ public void reloadConfig() {
547542 if (StringUtils .isEmpty (this .currency )) {
548543 this .currency = null ;
549544 }
550- language = new Language (this ); // Init locale
551545 if (this .getConfig ().getBoolean ("logging.enable" )) {
552546 logWatcher = new LogWatcher (this , new File (getDataFolder (), "qs.log" ));
553547 } else {
You can’t perform that action at this time.
0 commit comments