mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 17:39:18 +03:00
fixes errors during bin/packing
This commit is contained in:
@@ -197,7 +197,7 @@ class RscDisplayMain : RscStandardDisplay
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
/*
|
||||||
class RscDisplayMainMap {
|
class RscDisplayMainMap {
|
||||||
saveParams = 1;
|
saveParams = 1;
|
||||||
|
|
||||||
@@ -511,7 +511,7 @@ class RscDisplayMainMap {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
class RscDisplayClientGetReady : RscDisplayGetReady {
|
class RscDisplayClientGetReady : RscDisplayGetReady {
|
||||||
onload = "private ['_dummy']; _dummy = [_this,'onload'] call compile preprocessfile '\ca\ui\scripts\server_interface.sqf'; _this spawn { while { !isNull (findDisplay 53) } do { ctrlActivate ((_this select 0) displayCtrl 1); sleep 0.1; }; };";
|
onload = "private ['_dummy']; _dummy = [_this,'onload'] call compile preprocessfile '\ca\ui\scripts\server_interface.sqf'; _this spawn { while { !isNull (findDisplay 53) } do { ctrlActivate ((_this select 0) displayCtrl 1); sleep 0.1; }; };";
|
||||||
color0[] = {0.4, 0.4, 0.4, 1};
|
color0[] = {0.4, 0.4, 0.4, 1};
|
||||||
|
|||||||
@@ -124,7 +124,6 @@ class RscStructuredTextGUI: RscStructuredText
|
|||||||
#include "Configs\CfgFaces.hpp"
|
#include "Configs\CfgFaces.hpp"
|
||||||
#include "Configs\CfgGlasses.hpp"
|
#include "Configs\CfgGlasses.hpp"
|
||||||
#include "Configs\CfgMagazines.hpp"
|
#include "Configs\CfgMagazines.hpp"
|
||||||
#include "Configs\cfgLoot.hpp"
|
|
||||||
#include "Configs\CfgMarkers.hpp"
|
#include "Configs\CfgMarkers.hpp"
|
||||||
#include "Configs\CfgAmmo.hpp"
|
#include "Configs\CfgAmmo.hpp"
|
||||||
#include "Configs\CfgBuildingLoot\CfgBuildingLoot.hpp"
|
#include "Configs\CfgBuildingLoot\CfgBuildingLoot.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user