Skip to content

Commit 64d2c3a

Browse files
chore: remove unused redisUrl field from LobbyConfig
1 parent 9b5a41f commit 64d2c3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/dev/slne/surf/lobby/config/LobbyConfig.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ data class LobbyConfig(
88
val spawnPoint: LocationConfig = LocationConfig.default(),
99
val survivalNpc: LocationConfig = LocationConfig.default(),
1010
val eventNpc: LocationConfig = LocationConfig.default(),
11-
12-
val redisUrl: String = "redis://localhost:6379",
1311
) {
1412
@ConfigSerializable
1513
data class LocationConfig(

0 commit comments

Comments
 (0)