the protocol won't run away
This commit is contained in:
parent
783664863e
commit
b72129bc23
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ var ProtoDef = require('protodef').ProtoDef;
|
|||
var Serializer = require('protodef').Serializer;
|
||||
var Parser = require('protodef').Parser;
|
||||
|
||||
var protocol = require(__dirname + '/../../data/protocol.json').types;
|
||||
var protocol = require('../../data/protocol.json').types;
|
||||
|
||||
function createProtocol(packets) {
|
||||
var proto = new ProtoDef();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue