Improve how the data version is handled

This commit is contained in:
Melledy
2025-11-17 20:22:06 -08:00
parent 7c58d22771
commit dc293cd7ea
6 changed files with 21 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ public class Handbook {
var time = Instant.ofEpochMilli(System.currentTimeMillis()).atZone(ZoneId.systemDefault()).format(dtf);
// Header
writer.println("# Nebula " + GameConstants.VERSION + " Handbook");
writer.println("# Nebula " + GameConstants.getGameVersion() + " Handbook");
writer.println("# Created " + time);
// Dump characters