mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 18:51:50 +03:00
Cleanup variables.sqf
Epoch variables are grouped together now for easy comparison with vanilla.
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
|
||||
/*
|
||||
server_updateNearbyObjects = {
|
||||
private["_pos"];
|
||||
_pos = _this select 0;
|
||||
{
|
||||
[_x, "gear"] call server_updateObject;
|
||||
} count nearestObjects [_pos, dayz_updateObjects, 10];
|
||||
}; */
|
||||
|
||||
/*
|
||||
zombie_findOwner = {
|
||||
private["_unit"];
|
||||
|
||||
Reference in New Issue
Block a user