Better player save & load

This commit is contained in:
InfiniteCoder
2024-03-03 00:25:05 +03:00
parent 0157213a56
commit 9376dc4165
6 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class World : Serializable {
const Content* const content;
std::vector<ContentPack> packs;
int64_t nextInventoryId = 1;
int64_t nextInventoryId = 0;
public:
std::unique_ptr<WorldFiles> wfile;