Add missing NBT entry in the server config

This commit is contained in:
zontreck 2024-04-23 20:51:16 -07:00
parent b91ce4e912
commit 1275ff422f
2 changed files with 3 additions and 1 deletions

View file

@ -86,6 +86,8 @@ public class DatabaseSection
tag.putString(TAG_PASSWORD, password);
tag.putString(TAG_HOST, host);
tag.putString(TAG_DATABASE, database);
tag.putInt(TAG_VERSION, version);
return tag;
}
}