Skip to content

Commit 83b78b7

Browse files
committed
Fixing mods not being in full zeus
KillahPotatoes#875
1 parent e940698 commit 83b78b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Missionframework/functions/curator/fn_initCuratorHandlers.sqf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
File: fn_initCuratorHandlers.sqf
33
Author: KP Liberation Dev Team - https://github.com/KillahPotatoes
44
Date: 2020-08-07
5-
Last Update: 2020-08-30
5+
Last Update: 2023-03-02
66
License: MIT License - http://www.opensource.org/licenses/MIT
77
88
Description:
@@ -56,14 +56,14 @@ if (isServer) then {
5656
_zeus setCuratorCoef ["Edit", -1e8];
5757
_zeus setCuratorCoef ["Destroy", -1e8];
5858
_zeus setCuratorCoef ["Delete", 0];
59+
60+
removeAllCuratorAddons _zeus;
5961
} else {
6062
_zeus setVariable ["Addons", 3, true];
6163
_zeus setVariable ["BIS_fnc_initModules_disableAutoActivation", false];
6264

6365
_zeus setCuratorCoef ["Place", 0];
6466
_zeus setCuratorCoef ["Delete", 0];
65-
66-
removeAllCuratorAddons _zeus;
6767
};
6868

6969
_zeus setVariable ["KPLIB_limited", _limited];

0 commit comments

Comments
 (0)