Skip to content

Commit

Permalink
lol this was also a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubbus committed Mar 13, 2023
1 parent 80dc576 commit e7a6d7e
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 on ground, vehicles or containers."] call zen_common_fnc_showMessage;
["Cannot use this module on units. Try again on an empty space."] call zen_common_fnc_showMessage;
};

private _createLocker =
Expand Down

0 comments on commit e7a6d7e

Please sign in to comment.