Make naming more consistent

This commit is contained in:
Michael Morrison 2014-11-18 00:53:11 -06:00
parent ca255d8c3f
commit 53c7f83daa
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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);