Skip to content

Commit e9750ea

Browse files
committed
SetHomeCommand.kt now is internal.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 6ba4a51 commit e9750ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

21-
object SetHomeCommand {
21+
internal object SetHomeCommand {
2222
private val aliases = arrayOf("sethome", "esethome")
2323
private val logger = LogManager.getLogger()
2424

0 commit comments

Comments
 (0)