mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 00:51:17 +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_Cvar_Set( "g_spAwards", awardData );
|
||||||
|
|
||||||
trap_Print( "All levels unlocked at 100\n" );
|
trap_Print( "All awards unlocked at 100\n" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue