mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Add missing newline for the health pickup message
This commit is contained in:
parent
adc2704da0
commit
ce38cf9040
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ void Health::PickupHealth(Event *ev)
|
|||
|
||||
gi.SendServerCommand(
|
||||
player->edict - g_entities,
|
||||
"print \"" HUD_MESSAGE_YELLOW "%s \"",
|
||||
"print \"" HUD_MESSAGE_YELLOW "%s\n\"",
|
||||
gi.LV_ConvertString(va("Recovered %d Health", amount))
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue