mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-05 08:56:40 +00:00
Merge pull request #18 from HotaruBlaze/masterserver-port-fix
Use the correct port for the masterserver
This commit is contained in:
commit
33ece971e3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ bool run = true;
|
|||
|
||||
int main()
|
||||
{
|
||||
masterServer.reset(new MasterServer(2000, 25560));
|
||||
masterServer.reset(new MasterServer(2000, 25561));
|
||||
restServer.reset(new RestServer(8080, masterServer->GetServers()));
|
||||
|
||||
auto onExit = [](int /*sig*/){
|
||||
|
|
Loading…
Reference in a new issue