Skip to content

Commit 832519a

Browse files
authored
Prevent multiple calls to SDK_OnAllLoaded (#1293)
1 parent 4e2806c commit 832519a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/logic/ExtensionSys.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ bool CExtension::Load(char *error, size_t maxlength)
304304
/* Check if we're past load time */
305305
if (!bridge->IsMapLoading())
306306
{
307-
m_pAPI->OnExtensionsAllLoaded();
307+
MarkAllLoaded();
308308
}
309309

310310
return true;

0 commit comments

Comments
 (0)