Add missing newline for the health pickup message

This commit is contained in:
smallmodel 2025-01-07 00:09:44 +01:00
parent adc2704da0
commit ce38cf9040
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -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))
);
}