mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Advanced trading missed redundant variables
As per description
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Gets all your items stored in your vehicle and initiates the selling list.
|
* Gets all your items stored in your vehicle and initiates the selling list.
|
||||||
**/
|
**/
|
||||||
private ["_pos","_list","_formattedText","_pic","_normalMags","_normalWeaps","_freeSpace"];
|
private ["_formattedText","_pic","_normalMags","_normalWeaps","_freeSpace"];
|
||||||
#include "defines.hpp"
|
#include "defines.hpp"
|
||||||
|
|
||||||
call Z_clearLists;
|
call Z_clearLists;
|
||||||
|
|||||||
Reference in New Issue
Block a user