Skip to content

Commit bb864de

Browse files
committed
fix event
1 parent 828f664 commit bb864de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/AltV.Net/Alt.RegisterEvents.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ public static void RegisterEvents(object target)
689689
typeof(IPlayer), typeof(int)
690690
});
691691
if (scriptFunction == null) return;
692-
OnFire += (source, sceneId) =>
692+
OnRequestSyncScene += (source, sceneId) =>
693693
{
694694
scriptFunction.Set(source);
695695
scriptFunction.Set(sceneId);

0 commit comments

Comments
 (0)