aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/debug/ExportedTestConstantMeta.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/features/debug/ExportedTestConstantMeta.kt')
-rw-r--r--src/main/kotlin/features/debug/ExportedTestConstantMeta.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/features/debug/ExportedTestConstantMeta.kt b/src/main/kotlin/features/debug/ExportedTestConstantMeta.kt
index f0250dc..bdc1f9a 100644
--- a/src/main/kotlin/features/debug/ExportedTestConstantMeta.kt
+++ b/src/main/kotlin/features/debug/ExportedTestConstantMeta.kt
@@ -12,7 +12,7 @@ data class ExportedTestConstantMeta(
) {
companion object {
val current = ExportedTestConstantMeta(
- SharedConstants.getGameVersion().saveVersion.id,
+ SharedConstants.getGameVersion().dataVersion().id,
Optional.of("Firmament ${Firmament.version.friendlyString}")
)