Skip to content

Commit

Permalink
fix(runtime): client script event build
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo972 committed Sep 2, 2023
1 parent 2ab906d commit 3ca2265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/events/ClientScriptEvent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Go::ClientScriptEvent::ClientScriptEvent(ModuleLibrary *module) : IEvent(module) {}

void Go::ClientScriptEvent::Call(const alt::CEvent *ev) {
static auto call = GET_FUNC(Library, "altClientScriptEvent", bool (*)(CBaseObject *player, const char *name, CArray püargs));
static auto call = GET_FUNC(Library, "altClientScriptEvent", bool (*)(CBaseObject *player, const char *name, CArray args));

if (call == nullptr)
{
Expand Down

0 comments on commit 3ca2265

Please sign in to comment.