diff --git a/src/d_netcmd.c b/src/d_netcmd.c index d202a888b..72b8949f3 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -4977,7 +4977,7 @@ static void Command_Addfile(void) } // Add file on your client directly if it is trivial, or you aren't in a netgame. - if (!(netgame || multiplayer) || musiconly) + if (!netgame|| musiconly) { P_AddWadFile(fn, compat, false); addedfiles[numfilesadded++] = fn;