Skip to content

Commit 2e80703

Browse files
feat: Add forgotten GR_PLR_DROP_GUN_BEST constant (#374)
1 parent 4757ba6 commit 2e80703

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

reapi/extra/amxmodx/scripting/include/cssdk_const.inc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,9 @@ enum
865865
GR_PLR_DROP_GUN_NO,
866866
GR_PLR_DROP_AMMO_ALL,
867867
GR_PLR_DROP_AMMO_ACTIVE,
868-
GR_PLR_DROP_AMMO_NO
868+
GR_PLR_DROP_AMMO_NO,
869+
870+
GR_PLR_DROP_GUN_BEST
869871
};
870872

871873
/**

0 commit comments

Comments
 (0)