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.
HomeCommand.kt
1 parent e9750ea commit 66d14b4Copy full SHA for 66d14b4
src/main/kotlin/com/mairwunnx/projectessentials/home/commands/HomeCommand.kt
@@ -20,8 +20,7 @@ import net.minecraft.entity.player.ServerPlayerEntity
20
import net.minecraft.world.dimension.DimensionType
21
import org.apache.logging.log4j.LogManager
22
23
-@Suppress("DuplicatedCode")
24
-object HomeCommand {
+internal object HomeCommand {
25
private val aliases = arrayOf("home", "ehome")
26
private val logger = LogManager.getLogger()
27
0 commit comments