From a86c892af2b1e512bba27a3cb13e023e46d41771 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 24 Aug 2004 09:04:27 +0000 Subject: [PATCH] Fixed pointcontents stock --- 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 4f27db34..2f053f21 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -284,7 +284,7 @@ stock VelocityByAim(iIndex,iVelocity, Float:vRetValue[3]) { } /* Will return the contents of a point (inside map? in sky? outside map? etc.). */ stock PointContents(Float:fCheckAt[3]) { - return point_contents(fCheckAt[3]); + return point_contents(fCheckAt); } stock set_size(index, Float:mins[3], Float:maxs[3]) {