We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecd454 commit 6817e7bCopy full SHA for 6817e7b
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>net.forestfire</groupId>
7
<artifactId>Elevators</artifactId>
8
- <version>3.4.0</version>
+ <version>3.4.1</version>
9
<packaging>jar</packaging>
10
<name>Elevators</name>
11
<properties>
src/main/java/net/forestfire/elevators/Main.java
@@ -40,7 +40,7 @@ public class Main extends JavaPlugin implements Listener {
40
@Override
41
public void onEnable() {
42
Conf.initDefaults(this);
43
- setTimeout(() -> Conf.doConfLoad(null), 200);
+ Conf.doConfLoad(null);
44
getServer().getPluginManager().registerEvents(this, this);
45
Bukkit.getConsoleSender().sendMessage(Conf.MSG_DBG+"§dElevators Plugin Loaded!");
46
}
0 commit comments