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
If I do player.Name = "$^&*#аооплапо"; there is no exception and name is not changed.
On PAWN we get return code -1 meaning "The name can not be changed (it's already in use, too long or has invalid characters)"
I expected an exception here.
Is it by design? Can we fix it to throw an exception?
The text was updated successfully, but these errors were encountered:
If I do
player.Name = "$^&*#аооплапо";
there is no exception and name is not changed.On PAWN we get return code -1 meaning "The name can not be changed (it's already in use, too long or has invalid characters)"
I expected an exception here.
Is it by design? Can we fix it to throw an exception?
The text was updated successfully, but these errors were encountered: