Skip to content

Commit

Permalink
less then 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Apr 17, 2024
1 parent b4b227e commit 1acab02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/init/fn_init_message.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ waitUntil {!isNull player && player == player};
if (!isMultiplayer || {is3DENMultiplayer}) exitWith {};
if (!isNil{player getVariable QEGVAR(player,message)}) exitWith {};

if (difficulty >= 2) then {
if (difficulty < 2) then {
systemChat "[cScripts] (Difficulty) WARNING: Mission difficulty is not set to Veteran or Custom."
};

Expand Down

0 comments on commit 1acab02

Please sign in to comment.