mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 00:58:33 +00:00
feat: fix warning
This commit is contained in:
@@ -73,7 +73,7 @@ std::vector<std::string> AiObjectContext::Save()
|
||||
result.push_back(out.str());
|
||||
}
|
||||
|
||||
return std::move(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
void AiObjectContext::Load(std::vector<std::string> data)
|
||||
|
||||
Reference in New Issue
Block a user