Add missing NBT entry in the server config
This commit is contained in:
parent
b91ce4e912
commit
1275ff422f
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue