Fly hinzugefügt

This commit is contained in:
Yamagi Burmeister 2011-01-11 17:45:00 +00:00
parent bff20f6b7c
commit c7dc7eb62f

View file

@ -259,12 +259,6 @@ SV_Map_f ( void )
return;
}
if ( sv.state == ss_game )
{
Com_Printf( "Warning, using 'map' will reset the game. Perhaps you should use 'gamemap'.\n" );
return;
}
/* if not a pcx, demo, or cinematic, check to make sure the level exists */
map = Cmd_Argv( 1 );