Fix PerformGravity's logging format.

This commit is contained in:
Ryan Stecker
2014-07-31 12:46:27 +01:00
committed by Asher Baker
parent 6ab2e23d9d
commit 4bed0a2893
+1 -1
View File
@@ -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,