Prevent multiple calls to SDK_OnAllLoaded (#1293)
This commit is contained in:
parent
4e2806c951
commit
832519ab64
@ -304,7 +304,7 @@ bool CExtension::Load(char *error, size_t maxlength)
|
||||
/* Check if we're past load time */
|
||||
if (!bridge->IsMapLoading())
|
||||
{
|
||||
m_pAPI->OnExtensionsAllLoaded();
|
||||
MarkAllLoaded();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user