mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fix downloanded mods not showing in list until restart
since498f0d420bWhile at it, remove not used variable after6400a4a0c5also fix non visual replay broken in6400a4a0c5Differential revision: D4220 Tested by: @Stan, @Langbart Fixes: #6288 This was SVN commit r25853.
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ const std::vector<Mod::ModData>& Mod::GetAvailableMods() const
|
||||
return m_AvailableMods;
|
||||
}
|
||||
|
||||
bool Mod::EnableMods(const ScriptInterface& scriptInterface, const std::vector<CStr>& mods, const bool addPublic)
|
||||
bool Mod::EnableMods(const std::vector<CStr>& mods, const bool addPublic)
|
||||
{
|
||||
m_IncompatibleMods.clear();
|
||||
m_EnabledMods.clear();
|
||||
|
||||
Reference in New Issue
Block a user