unify WriteBSPFile() print

This commit is contained in:
Garux
2024-03-08 04:23:25 +05:00
parent a3d438c4be
commit 34038fd7fd
7 changed files with 2 additions and 12 deletions

View File

@@ -970,7 +970,6 @@ int VisMain( Args& args ){
}
/* write the bsp file */
Sys_Printf( "Writing %s\n", source );
WriteBSPFile( source );
return 0;