Skip to content

Commit

Permalink
check for "bin" instead of "mp_bin"
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDushan committed Oct 8, 2020
1 parent 251ddbd commit c51e5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/framework/FileSystem.cpp
Expand Up @@ -3640,7 +3640,7 @@ bool idFileSystemLocal::idPak( valueType* pak, valueType* base )
{
sint i;

if( !FilenameCompare( pak, va( "%s/mp_bin", base ) ) )
if( !FilenameCompare( pak, va( "%s/bin", base ) ) )
{
return true;
}
Expand Down

0 comments on commit c51e5cb

Please sign in to comment.