Skip to content

Commit e4ccfd5

Browse files
committed
DelHomeCommand.kt now is internal.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 66d14b4 commit e4ccfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/home/commands/DelHomeCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import net.minecraft.command.CommandSource
1616
import net.minecraft.command.Commands
1717
import org.apache.logging.log4j.LogManager
1818

19-
object DelHomeCommand {
19+
internal object DelHomeCommand {
2020
private val aliases = arrayOf("delhome", "edelhome", "removehome", "remhome")
2121
private val logger = LogManager.getLogger()
2222

0 commit comments

Comments
 (0)