fix World::nextInventoryId
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ class World {
|
|||||||
const Content* const content;
|
const Content* const content;
|
||||||
std::vector<ContentPack> packs;
|
std::vector<ContentPack> packs;
|
||||||
|
|
||||||
int64_t nextInventoryId = 0;
|
int64_t nextInventoryId = 1;
|
||||||
|
|
||||||
void writeResources(const Content* content);
|
void writeResources(const Content* content);
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user