Prevent multiple calls to SDK_OnAllLoaded (#1293)

This commit is contained in:
Headline
2020-06-21 23:32:11 -07:00
committed by GitHub
parent 4e2806c951
commit 832519ab64
+1 -1
View File
@@ -304,7 +304,7 @@ bool CExtension::Load(char *error, size_t maxlength)
/* Check if we're past load time */ /* Check if we're past load time */
if (!bridge->IsMapLoading()) if (!bridge->IsMapLoading())
{ {
m_pAPI->OnExtensionsAllLoaded(); MarkAllLoaded();
} }
return true; return true;