Correct several typos

This commit is contained in:
Izuru Yakumo
2025-07-15 16:00:16 -03:00
parent aa6cddda53
commit e689f47c9b
4 changed files with 11 additions and 11 deletions

View File

@@ -763,7 +763,7 @@ void Svcmd_AddBot_f( void ) {
// go ahead and load the bot's media immediately
if ( level.time - level.startTime > 1000 &&
trap_Cvar_VariableIntegerValue( "cl_running" ) ) {
trap_SendServerCommand( -1, "loaddefered\n" ); // FIXME: spelled wrong, but not changing for demo
trap_SendServerCommand( -1, "loaddeferred\n" );
}
}