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
Go through all Lua scripting object types, and add __eq methods if they're missing. At least on most, where comparison might be sensible.
The most common types already provide this, but some (such as Shiptype) are missing this at the moment.
Go through all Lua scripting object types, and add __eq methods if they're missing. At least on most, where comparison might be sensible.
The most common types already provide this, but some (such as Shiptype) are missing this at the moment.