Skip to content

Commit 8771877

Browse files
committed
worldId renamed to dimensionId.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent eeee659 commit 8771877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data class HomeConfigurationModel(
1515
@Serializable
1616
data class Home(
1717
var home: String,
18-
var worldId: Int,
18+
var dimensionId: Int,
1919
var xPos: Int,
2020
var yPos: Int,
2121
var zPos: Int,

0 commit comments

Comments
 (0)