mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 09:18:31 +01:00
Make naming more consistent
This commit is contained in:
parent
ca255d8c3f
commit
53c7f83daa
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
],
|
||||
"main": "lib/index.js",
|
||||
"author": "Michael Morrison",
|
||||
"version": "0.2.14",
|
||||
"version": "0.2.15",
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/sonicsnes/node-gamedig.git"
|
||||
|
|
|
@ -44,7 +44,7 @@ module.exports = require('./core').extend({
|
|||
for(var i = 0; i < state.raw.numplayers; i++) {
|
||||
state.players.push({});
|
||||
}
|
||||
state.raw.spectators = reader.uint(1);
|
||||
state.raw.numspectators = reader.uint(1);
|
||||
state.map = reader.string();
|
||||
state.raw.map_width = reader.uint(2);
|
||||
state.raw.map_height = reader.uint(2);
|
||||
|
|
Loading…
Reference in a new issue