Skip to content

Commit 993b1e4

Browse files
committed
HomeSettingsConfigurationModel.kt updated.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent dfc7de3 commit 993b1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/home/configurations/HomeSettingsConfigurationModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ data class HomeSettingsConfigurationModel(
99
var respawnHomeSelectStrategy: HomeSelectStrategy = HomeSelectStrategy.Last,
1010
var playSoundOnTeleport: Boolean = false,
1111
var showEffectOnTeleport: Boolean = false,
12-
var homeLimitations: Map<String, String> = mapOf("default" to "6")
12+
var homeLimitations: Map<String, Int> = mapOf("default" to 2)
1313
)

0 commit comments

Comments
 (0)