Remove double locale set call. (#826)

This commit is contained in:
Ryan 2016-08-19 07:23:44 -06:00 committed by Blinky™
parent 13bceb9f5d
commit 16e05cc17b

View File

@ -194,7 +194,6 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials {
execTimer.mark("Init(Usermap)");
upgrade.afterSettings();
execTimer.mark("Upgrade2");
i18n.updateLocale(settings.getLocale());
warps = new Warps(getServer(), this.getDataFolder());
confList.add(warps);
execTimer.mark("Init(Spawn/Warp)");