mirror of
https://github.com/anope/anope.git
synced 2026-06-25 09:56:40 +02:00
Remove the remaining istream use in Data.
This commit is contained in:
@@ -220,7 +220,7 @@ public:
|
||||
Data data;
|
||||
|
||||
for (const auto &[key, value] : row)
|
||||
data[key] << value;
|
||||
data.StoreInternal(key, value);
|
||||
|
||||
Serializable *s = NULL;
|
||||
auto it = obj->objects.find(id);
|
||||
|
||||
Reference in New Issue
Block a user