Skip to content

Commit

Permalink
Remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrschick committed Apr 12, 2024
1 parent ddf5acf commit ca60ce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/sys_core/fnc_cycleLanguage.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if (_numSpokenLanguages > 1) then {
};

// Set hint duration to infinite when you're not speaking your first language (setting dependent)
//systemChat format ["nextLangID: %1", _nextId];
private _hintTime = 1;
if (EGVAR(sys_list,LanguageHintPersistence) && {_nextId > 0}) then {
_hintTime = -1;
Expand Down

0 comments on commit ca60ce1

Please sign in to comment.