mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-20 21:41:32 +02:00
Serious bug is serious
This commit is contained in:
@@ -39,9 +39,7 @@ public class EssentialsSignsPlugin extends JavaPlugin implements ISignsPlugin
|
||||
final SignEntityListener signEntityListener = new SignEntityListener(ess, this);
|
||||
pluginManager.registerEvents(signEntityListener, this);
|
||||
|
||||
config = new SignsConfigHolder(ess, this);
|
||||
|
||||
LOGGER.info(_("loadinfo", this.getDescription().getName(), this.getDescription().getVersion(), "essentials team"));
|
||||
config = new SignsConfigHolder(ess, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user