Fixed formatting in gamedig query function

This commit is contained in:
Björn Dahlgren 2015-04-25 12:17:48 +02:00
parent fcd02b3ccd
commit a7ec32a7c6

View File

@ -59,7 +59,7 @@ Server.prototype.queryStatus = function() {
self.emit('state');
}
);
);
};
Server.prototype.start = function() {