Fix iamamonkey printing 'levels' instead of 'awards'

This commit is contained in:
Zack Middleton 2016-05-23 10:23:14 -05:00
parent d875c1f03c
commit 7811b2acb2
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ void UI_SPUnlockMedals_f( void ) {
trap_Cvar_Set( "g_spAwards", awardData ); trap_Cvar_Set( "g_spAwards", awardData );
trap_Print( "All levels unlocked at 100\n" ); trap_Print( "All awards unlocked at 100\n" );
} }