mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Fixed gamedig issue with port
This commit is contained in:
parent
be6bdb781a
commit
dce30cfb24
@ -28,6 +28,7 @@ Server.prototype.update = function (options) {
|
||||
this.von = options.von;
|
||||
|
||||
this.id = slug(this.title).replace('.', '-');
|
||||
this.port = parseInt(this.port, 10); // If port is a string then gamedig fails
|
||||
};
|
||||
|
||||
Server.prototype.queryStatus = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user