diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 529fce0a9..1782549d0 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -4484,7 +4484,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); addedfiles[numfilesadded++] = fn;