You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when units are involved something like str _unit or str player is added to the listbox. Instead, netId _unit should be used instead (object can be retrieved again via objectFromNetId "netId_here" and would be way better than call compile _str everytime
-> this is more just a reminder for myself than anything else so I don't forget :D Will do the PR when #611 and #612 are merged (to not fuck up everything)