Skip to content

Commit 5d6c415

Browse files
authored
Possible fix for protocol error in the last nightly (#3697)
Move to the end of file
1 parent 9d65bb6 commit 5d6c415

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Shared/sdk/net/rpc_enums.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,13 @@ enum eElementRPCFunctions
278278
SET_WORLD_SPECIAL_PROPERTY,
279279

280280
BREAK_OBJECT,
281-
RESPAWN_OBJECT,
282-
TOGGLE_OBJECT_RESPAWN,
283281

284282
SET_PLAYER_SCRIPT_DEBUG_LEVEL,
285283

286284
SET_MARKER_TARGET_ARROW_PROPERTIES,
287285

286+
RESPAWN_OBJECT,
287+
TOGGLE_OBJECT_RESPAWN,
288+
288289
NUM_RPC_FUNCS // Add above this line
289290
};

0 commit comments

Comments
 (0)