mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 18:30:27 +00:00
feat: fix warning
This commit is contained in:
@@ -228,7 +228,7 @@ class NamedObjectContextList
|
||||
result.insert(*j);
|
||||
}
|
||||
|
||||
return std::move(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
std::set<std::string> GetCreated()
|
||||
@@ -242,7 +242,7 @@ class NamedObjectContextList
|
||||
result.insert(*j);
|
||||
}
|
||||
|
||||
return std::move(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user