Skip to content

Commit 3e69bd0

Browse files
committed
Fix config tests
1 parent 431b1c6 commit 3e69bd0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/resources/config/fresh_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ sharables:
99
use-improved-respawn-location-detection: true
1010
reset-last-location-on-death: false
1111
apply-last-location-for-all-teleports: true
12+
use-byte-serialization-for-inventory-data: false
1213

1314
performance:
1415
save-playerdata-on-quit: false

src/test/resources/config/migrated_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ sharables:
1010
use-improved-respawn-location-detection: true
1111
reset-last-location-on-death: false
1212
apply-last-location-for-all-teleports: true
13+
use-byte-serialization-for-inventory-data: false
1314

1415
performance:
1516
save-playerdata-on-quit: true

0 commit comments

Comments
 (0)