NetworkSystem: remove default assignments for map and playlist

No longer needed as of commit 3209af9a6c2509e5e6969199f5d9913b0ddb6ed0. These defaults were for the server browser but this code has now been moved over properly.
This commit is contained in:
Kawe Mazidjatari 2024-12-05 15:55:36 +01:00
parent 3209af9a6c
commit 3d8d0b37a6

View File

@ -14,8 +14,8 @@ struct NetGameServer_t
// the level and playlist of the server, which will be display to the
// client's server browser
string map = "mp_lobby";
string playlist = "dev_default";
string map;
string playlist;
// the address and port of the server, validated and set from the
// masterserver