mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +02: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