Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
nullpointer call fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rejchev committed Aug 18, 2023
1 parent a9e91ae commit df08983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bool ClownCore::SDK_OnLoad(char *error, size_t maxlength, bool late)

void ClownCore::SDK_OnAllLoaded()
{
// pass
OnCoreMapStart(nullptr, 0, 0);
}


Expand Down

0 comments on commit df08983

Please sign in to comment.