Skip to content

Commit f58168b

Browse files
Synchronize changes from 1.6 master branch [ci skip]
bea4823 Hotfix for #3550 (#3571)
2 parents b2ae61b + bea4823 commit f58168b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Shared/sdk/net/rpc_enums.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ enum eElementRPCFunctions
127127
SET_MARKER_SIZE,
128128
SET_MARKER_TARGET,
129129
SET_MARKER_ICON,
130-
SET_MARKER_TARGET_ARROW_PROPERTIES,
131130

132131
DESTROY_ALL_PICKUPS,
133132
SET_PICKUP_TYPE,
@@ -282,5 +281,7 @@ enum eElementRPCFunctions
282281

283282
SET_PLAYER_SCRIPT_DEBUG_LEVEL,
284283

284+
SET_MARKER_TARGET_ARROW_PROPERTIES,
285+
285286
NUM_RPC_FUNCS // Add above this line
286287
};

0 commit comments

Comments
 (0)