Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 721588c

Browse files
authored
csdm_spawn_manager: fix tag mismatch warning (#58)
[skip ci]
1 parent 6d94dd0 commit 721588c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cstrike/addons/amxmodx/scripting/CSDM_ReAPI/csdm_spawn_manager.sma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ GetPosition(const pEntity, Float:vecOrigin[coord_e], Float:vecAngles[coord_e], F
577577
get_entvar(pEntity, var_v_angle, vecVAngles)
578578

579579
if(get_entvar(pEntity, var_flags) & FL_DUCKING)
580-
vecOrigin[2] += 18.0
580+
vecOrigin[Z] += 18.0
581581
}
582582

583583
bool:SetAimedEntity(const pPlayer, pEntity = NULLENT, bool:bPrint = true)

0 commit comments

Comments
 (0)