Skip to content

Commit 76536ff

Browse files
committed
fix
1 parent 63909ce commit 76536ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/AltV.Net.Async/AsyncCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public override IEnumerable<string> GetRegisteredServerEvents()
3636
}
3737

3838
internal readonly AsyncEventHandler<CheckpointAsyncDelegate> CheckpointAsyncEventHandler =
39-
new(EventType.CHECKPOINT_EVENT);
39+
new(EventType.COLSHAPE_EVENT);
4040

4141
internal readonly AsyncEventHandler<PlayerConnectAsyncDelegate> PlayerConnectAsyncEventHandler =
4242
new(EventType.PLAYER_CONNECT);

0 commit comments

Comments
 (0)