Skip to content

Commit

Permalink
Update fn_init_message.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Apr 17, 2024
1 parent 0cb805e commit 5456f28
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 < 1) then {
if (difficulty <= 1) then {
systemChat "[cScripts] (Difficulty) WARNING: Mission difficulty is not set to Veteran or Custom."
};

Expand Down

0 comments on commit 5456f28

Please sign in to comment.