Skip to content

Commit

Permalink
Hotfix for #3550 (#3571)
Browse files Browse the repository at this point in the history
  • Loading branch information
FileEX authored Jul 15, 2024
1 parent 121048c commit bea4823
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Shared/sdk/net/rpc_enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ enum eElementRPCFunctions
SET_MARKER_SIZE,
SET_MARKER_TARGET,
SET_MARKER_ICON,
SET_MARKER_TARGET_ARROW_PROPERTIES,

DESTROY_ALL_PICKUPS,
SET_PICKUP_TYPE,
Expand Down Expand Up @@ -282,5 +281,7 @@ enum eElementRPCFunctions

SET_PLAYER_SCRIPT_DEBUG_LEVEL,

SET_MARKER_TARGET_ARROW_PROPERTIES,

NUM_RPC_FUNCS // Add above this line
};

0 comments on commit bea4823

Please sign in to comment.