Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable map validation as in mp branch of source sdk 2013 #200

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions game/shared/multiplay_gamerules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1291,13 +1291,6 @@ ConVarRef suitcharger( "sk_suitcharger" );
{
bIgnore = true;
}
else if ( !engine->IsMapValid( mapList[i] ) )
{
bIgnore = true;

// If the engine doesn't consider it a valid map remove it from the lists
Warning( "Invalid map '%s' included in map cycle file. Ignored.\n", mapList[i] );
}

if ( bIgnore )
{
Expand Down