Skip to content

Commit

Permalink
fix: "indices" are swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyrs committed Jun 10, 2024
1 parent d16af9f commit 32932af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/jagex2/io/ClientProt.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export default class ClientProt {
static readonly REBUILD_GETMAPS: number = 150; // index: 4

static readonly IDLE_TIMER: number = 70; // index: 6
static readonly IDLE_TIMER: number = 70; // index: 30

static readonly NO_TIMEOUT: number = 108; // index: 30 - NXT naming
static readonly NO_TIMEOUT: number = 108; // index: 6 - NXT naming

static readonly EVENT_TRACKING: number = 81; // index: 34
static readonly EVENT_CAMERA_POSITION: number = 189; // index: 35 - NXT naming
Expand Down

0 comments on commit 32932af

Please sign in to comment.