1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 21:49:55 +00:00

[Browser] Once again refresh server list when starting

This commit is contained in:
David Cernat 2017-05-27 03:18:02 +03:00
parent 9d9581a1c2
commit bf2b3bbf51

View file

@ -44,5 +44,6 @@ int main(int argc, char *argv[])
MainWindow d;
d.show();
d.refresh();
return app.exec();
}