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

@@ -618,5 +618,5 @@ void CG_InitConsoleCommands( void ) {
trap_AddCommand ("teamvote");
trap_AddCommand ("stats");
trap_AddCommand ("teamtask");
trap_AddCommand ("loaddefered"); // spelled wrong, but not changing for demo
trap_AddCommand ("loaddeferred");
}