mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
Remove debugging in openttd protocol
This commit is contained in:
parent
a340613974
commit
ca255d8c3f
2 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ module.exports = require('./core').extend({
|
|||
if(version >= 4) {
|
||||
var numGrf = reader.uint(1);
|
||||
state.raw.grfs = [];
|
||||
console.log("GRF", numGrf);
|
||||
for(var i = 0; i < numGrf; i++) {
|
||||
var grf = {};
|
||||
grf.id = reader.part(4).toString('hex');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue