mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-18 15:24:45 +01:00
Improve how the data version is handled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user