mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Fix iamamonkey printing 'levels' instead of 'awards'
This commit is contained in:
parent
d875c1f03c
commit
7811b2acb2
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ void UI_SPUnlockMedals_f( void ) {
|
|||
|
||||
trap_Cvar_Set( "g_spAwards", awardData );
|
||||
|
||||
trap_Print( "All levels unlocked at 100\n" );
|
||||
trap_Print( "All awards unlocked at 100\n" );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue