From 26ee3955b634517e77aa68e924673ed8812188c5 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Fri, 5 May 2006 08:27:58 +0000 Subject: [PATCH] Another one of my stupid clarifications that shouldn't break anything (I hope...) --- plugins/include/engine.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index 1e7d0b5d..968272f7 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -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);