mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Remove Stupid ()
This commit is contained in:
@@ -5,14 +5,6 @@ BIS_MPF_remoteExecutionServer = {
|
||||
[nil,(_this select 1) select 0,"loc",rJIPEXEC,[any,any,"per","execVM","ca\Modules\Functions\init.sqf"]] call RE;
|
||||
};
|
||||
};
|
||||
/* Skaronator - secured better remoteExecServer
|
||||
BIS_MPF_remoteExecutionServer = {
|
||||
if ((_this select 1) select 2 == "JIPrequest") then {
|
||||
_playerObj = (_this select 1) select 0;
|
||||
remExField = [nil, nil, format ["";if !(isServer) then {[] execVM "ca\Modules\Functions\init.sqf";};""]];
|
||||
(owner _playerObj) publicVariableClient "remExField";
|
||||
};
|
||||
};*/
|
||||
|
||||
BIS_Effects_Burn = {};
|
||||
server_playerLogin = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\server_playerLogin.sqf";
|
||||
@@ -188,7 +180,7 @@ server_checkIfTowed = {
|
||||
_vehicle = _this select 0;
|
||||
_player = _this select 2;
|
||||
_attached = _vehicle getVariable["attached",false];
|
||||
if ((typeName _attached == "OBJECT")) then {
|
||||
if (typeName _attached == "OBJECT") then {
|
||||
_player action ["eject", _vehicle];
|
||||
detach _vehicle;
|
||||
_vehicle setVariable["attached",false,true];
|
||||
|
||||
Reference in New Issue
Block a user