summaryrefslogtreecommitdiff
path: root/src/game/g_combat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_combat.c')
-rw-r--r--src/game/g_combat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_combat.c b/src/game/g_combat.c
index 6cadeec..2bff478 100644
--- a/src/game/g_combat.c
+++ b/src/game/g_combat.c
@@ -462,7 +462,7 @@ void player_die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int
reward = G_RoundFunds( reward, PTE_ALIENS );
if( g_logFunds.integer )
- G_LogPrintf("KillReward: %d %d %f: %s^7 rewarded with %.3f evo(s)\n",
+ G_LogPrintf("KillReward: %d %d %f: %s^7 rewarded with %.2f evo(s)\n",
self - g_entities, i, reward, player->client->pers.netname, reward);
G_AddFundsToClient( player->client, reward, qtrue );