Fixed maxplayers in gamespy

This commit is contained in:
Duncan Overbruck 2013-09-12 15:01:20 +02:00
parent 0d1577fa35
commit 45675ad323
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ module.exports = require('./core').extend({
if('hostname' in state.raw) state.name = state.raw.hostname;
if('map' in state.raw) state.map = state.raw.map;
if('mayplayers' in state.raw) state.mayplayers = state.raw.mayplayers;
self.finish(state);