This commit is contained in:
MihailRis
2024-11-23 05:23:23 +03:00
parent 7027bd6f28
commit 97a4741a73
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ dv::value Players::serialize() const {
for (const auto& [id, player] : players) {
list.add(player->serialize());
}
return list;
return root;
}
void Players::deserialize(const dv::value& src) {