mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Fixed flipped parameters
This commit is contained in:
@ -102,7 +102,7 @@ function Manager() {
|
||||
Manager.prototype.addServer = (function (id, title) {
|
||||
mods = [];
|
||||
port = 2302;
|
||||
var server = this._addServer(id, title, mods, port);
|
||||
var server = this._addServer(id, title, port, mods);
|
||||
this.save();
|
||||
return server;
|
||||
});
|
||||
|
Reference in New Issue
Block a user