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, adding a creature already added results to the exception "The creature is already added".
Prefer perform a replace instead, and return false on the method.
Add a log message instead of throw the error.