mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Remove complex players setter overload (3.0.8)
This commit is contained in:
parent
c46e8efb0d
commit
5c2d15df49
13 changed files with 23 additions and 32 deletions
|
|
@ -27,7 +27,7 @@ class Rfactor extends Core {
|
|||
state.raw.ping = reader.uint(2);
|
||||
state.raw.packedFlags = reader.uint(1);
|
||||
state.raw.rate = reader.uint(1);
|
||||
state.players = reader.uint(1);
|
||||
state.players.setNum(reader.uint(1));
|
||||
state.maxplayers = reader.uint(1);
|
||||
state.raw.bots = reader.uint(1);
|
||||
state.raw.packedSpecial = reader.uint(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue