From ff5ec0ea28e50ff8ce77954190c2fcdc36a15813 Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Wed, 30 Jul 2014 18:22:12 -0500 Subject: [PATCH] Fix PerformGravity's logging format. --- plugins/funcommands/gravity.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/funcommands/gravity.sp b/plugins/funcommands/gravity.sp index 63c425db..9d53aaeb 100644 --- a/plugins/funcommands/gravity.sp +++ b/plugins/funcommands/gravity.sp @@ -36,7 +36,7 @@ new g_GravityTarget[MAXPLAYERS+1]; PerformGravity(client, target, Float:amount) { SetEntityGravity(target, amount); - LogAction(client, target, "\"%L\" set gravity on \"%L\" to %d.", client, target, amount); + LogAction(client, target, "\"%L\" set gravity on \"%L\" to %f.", client, target, amount); } public AdminMenu_Gravity(Handle:topmenu,