Another one of my stupid clarifications that shouldn't break anything (I hope...)

This commit is contained in:
Scott Ehlert 2006-05-05 08:27:58 +00:00
parent 21ffd88bdd
commit 26ee3955b6

View File

@ -83,7 +83,7 @@ native drop_to_floor(entity)
native get_info_keybuffer(id, buffer[], length);
/* Use an entity with another entity. "used" could be a hostage, "user" a player. */
native force_use(pPlayer, pEntity);
native force_use(used, user);
/* Get globals from server. */
native Float:get_global_float(variable);