mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
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:
parent
3209af9a6c
commit
3d8d0b37a6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user