Skip to content

Commit

Permalink
phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubbus committed Mar 13, 2023
1 parent e7a6d7e commit b9337f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/gearScript/zen/fn_zen_createLoadoutLocker.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ params ["_position", "_unit"];

if (!isNull _unit) exitWith
{
["Cannot use this module on units. Try again on an empty space."] call zen_common_fnc_showMessage;
["Cannot use this module on objects. Try again on an empty space."] call zen_common_fnc_showMessage;
};

private _createLocker =
Expand Down

0 comments on commit b9337f4

Please sign in to comment.