We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920b3f6 commit 17b3719Copy full SHA for 17b3719
src/main/kotlin/com/mairwunnx/projectessentials/spawn/ModuleObject.kt
@@ -36,7 +36,7 @@ fun forceTeleportToSpawn(player: ServerPlayerEntity) {
36
class ModuleObject : IModule {
37
override val name = this::class.java.`package`.implementationTitle.split(" ").last()
38
override val version = this::class.java.`package`.implementationVersion!!
39
- override val loadIndex = 2
+ override val loadIndex = 3
40
override fun init() = Unit
41
42
init {
0 commit comments