Skip to content

Commit 3ab9fab

Browse files
committed
fix: replays and advanced player - 26.0.5
1 parent 2bed51a commit 3ab9fab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/sc/gui/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import java.util.ResourceBundle
66

77
// TODO automatically determine via ServiceLoader prop
88
val humanEnabled = true
9-
val replaysEnabled = false
9+
val replaysEnabled = true
1010

1111
val strings: ResourceBundle = ResourceBundle.getBundle("strings", Locale("de", "DE"))
1212

0 commit comments

Comments
 (0)