Skip to content

Commit

Permalink
Fixing mods not being in full zeus
Browse files Browse the repository at this point in the history
  • Loading branch information
Apricot-ale committed Mar 2, 2023
1 parent e940698 commit 83b78b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Missionframework/functions/curator/fn_initCuratorHandlers.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
File: fn_initCuratorHandlers.sqf
Author: KP Liberation Dev Team - https://github.com/KillahPotatoes
Date: 2020-08-07
Last Update: 2020-08-30
Last Update: 2023-03-02
License: MIT License - http://www.opensource.org/licenses/MIT
Description:
Expand Down Expand Up @@ -56,14 +56,14 @@ if (isServer) then {
_zeus setCuratorCoef ["Edit", -1e8];
_zeus setCuratorCoef ["Destroy", -1e8];
_zeus setCuratorCoef ["Delete", 0];

removeAllCuratorAddons _zeus;
} else {
_zeus setVariable ["Addons", 3, true];
_zeus setVariable ["BIS_fnc_initModules_disableAutoActivation", false];

_zeus setCuratorCoef ["Place", 0];
_zeus setCuratorCoef ["Delete", 0];

removeAllCuratorAddons _zeus;
};

_zeus setVariable ["KPLIB_limited", _limited];
Expand Down

0 comments on commit 83b78b7

Please sign in to comment.