mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
move params
This commit is contained in:
parent
258d6c82d9
commit
0861ab0b97
@ -22,6 +22,7 @@
|
||||
NOTHING
|
||||
*/
|
||||
disableSerialization;
|
||||
params [["_currentAnimationState",""]];
|
||||
_config = 'CfgMasterLoop' call EPOCH_returnConfig;
|
||||
_build_sqf = preprocessFile getText (_config >> "Init" >> "file");
|
||||
_configs = "true" configClasses (_config >> "Events");
|
||||
|
@ -3,7 +3,6 @@
|
||||
waitUntil {!isNull (findDisplay 46) && (!isNil "EPOCH_loadingScreenDone")};
|
||||
|
||||
// test to set last animation state
|
||||
params [["_currentAnimationState",""]];
|
||||
if (["CfgEpochClient", "setAnimStateEnabled", false] call EPOCH_fnc_returnConfigEntryV2) then {
|
||||
player playMoveNow _currentAnimationState;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user