mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 11:01:33 +00:00
formatting
This commit is contained in:
parent
843d4d51b4
commit
00939cd33e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ HSCRIPT VScriptCompileScript( const char *pszScriptName, bool bWarnMissing )
|
|||
bool bResult = false;
|
||||
|
||||
// ignore map-packed serverspawn files, allows server owners to run scripts before the map
|
||||
if ( V_strcmp( pszScriptName, "serverspawn" ) == 0 || V_strcmp( pszScriptName, CFmtStr("serverspawn%s", pszVMExtension) ) == 0 )
|
||||
if ( V_strcmp( pszScriptName, "serverspawn" ) == 0 || V_strcmp( pszScriptName, CFmtStr( "serverspawn%s", pszVMExtension ) ) == 0 )
|
||||
{
|
||||
bResult = filesystem->ReadFile( scriptPath, "MOD", bufferScript );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue