HEMTT icon indicating copy to clipboard operation
HEMTT copied to clipboard

Code optimization suggestions have expanded macros, making it hard to easily copy/pase the suggestion

Open Drofseh opened this issue 3 months ago • 1 comments

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 []

Drofseh avatar Oct 03 '25 20:10 Drofseh