ConanServerManager/lib/consts.dart
zontreck e2d64a2a9d Add a comment field to mods
ADDTL; Edited the deserialization routine for mods to make it less prone to errors in the event a mod does not contain every field in the NBT data, ex. new comment field would have crashed the deserializer, causing it to skip past the mod or fully reset server settings.
2025-01-04 17:25:51 -07:00

3 lines
61 B
Dart

class Consts {
static const VERSION = "1.1.010425.1723";
}