Fix PerformGravity's logging format.

This commit is contained in:
Ryan Stecker 2014-07-30 18:22:12 -05:00 committed by Asher Baker
parent 6ab2e23d9d
commit 4bed0a2893

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,