mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix tool loss due to duplicate matchbox and knife issue #1849
This commit is contained in:
@@ -44,8 +44,8 @@ Return value indicates whether the item was actually removed. */
|
||||
|
||||
/* Adds the specifed item on the ground at the player's feet.
|
||||
The weaponholder containing the item is returned. Returns null if the function fails.*/
|
||||
#define Player_DropWeapon(class) ([0, class] call dz_fn_player_dropItem)
|
||||
#define Player_DropMagazine(class) ([1, class] call dz_fn_player_dropItem)
|
||||
#define Player_DropWeapon(class) ([class,2,1] call fn_dropItem)
|
||||
#define Player_DropMagazine(class) ([class,1,1] call fn_dropItem)
|
||||
|
||||
#define Player_GetStance_STAND 1
|
||||
#define Player_GetStance_KNEEL 2
|
||||
|
||||
Reference in New Issue
Block a user