HEMTT
HEMTT copied to clipboard
Code optimization suggestions have expanded macros, making it hard to easily copy/pase the suggestion
Tools (complete and add to the following information):
-
HEMTT:
1.17.0 - Operating System: Windows
Description:
the try suggestion expands GVAR(activeClients) to TMF_adminMenu_activeClients, if it kept the macro it'd be easier to copy/paste the suggestion
help[L-S25]: Unoptimized `count` array comparison
┌─ addons/adminmenu/XEH_postServerInit.sqf:76:39
│
76 │ if (!isNil QGVAR(fps_pfh) && {count GVAR(activeClients) == 0}) then {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unoptimized comparison
│
= try: TMF_adminMenu_activeClients isEqualTo []