diff --git a/FixPointTeleport/scripting/FixPointTeleport.sp b/FixPointTeleport/scripting/FixPointTeleport.sp index befe54ad..3103e48d 100644 --- a/FixPointTeleport/scripting/FixPointTeleport.sp +++ b/FixPointTeleport/scripting/FixPointTeleport.sp @@ -4,7 +4,7 @@ #include <sdktools> #include <dhooks> -#define SF_WEAPON_START_CONSTRAINED (1<<0) +#define SF_WEAPON_START_CONSTRAINED (1<<0) Handle hFallInit; Handle hTeleport;