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
While it's OK to give both small and large medipacks since the command is ambiguous, it's not OK to hand them out twice like so:
The bug occurs because Object_IdsFromName does not ensure unique matches, e.g. if the input matches two aliases for the same object, the object appears twice in the returned value.
@aredfan can you please try and find out what was the version that introduced this bug?
The text was updated successfully, but these errors were encountered:
While it's OK to give both small and large medipacks since the command is ambiguous, it's not OK to hand them out twice like so:
The bug occurs because
Object_IdsFromName
does not ensure unique matches, e.g. if the input matches two aliases for the same object, the object appears twice in the returned value.@aredfan can you please try and find out what was the version that introduced this bug?
The text was updated successfully, but these errors were encountered: