Simplified the database.
This commit is contained in:
@@ -101,6 +101,7 @@ namespace ehs
|
||||
vars[i].Serialize(data);
|
||||
|
||||
File file(parent->GetId() + "/" + Str_8::FromNum(id) + ".eho", Mode::WRITE, Disposition::CREATE_PERSISTENT);
|
||||
file.SeekBeginning();
|
||||
file.WriteSerializer_64(data);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user