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
To reproduce, define a PlayerSide with a leading "." or ":".... select that side; notice that the leading character has been dropped (confirm from the debug console: /property show PlayerSide).
Embedded special characters are not dropped. Underscore is not dropped, possibly others work or don't work.
Further special case: a PlayerSide with a single leading space is truncated from the right.
e.g. " Test" becomes " Tes".
Raising this issue to confirm the expected behaviour. Leading space behaviour is clearly a bug but dropping some leading special character or other might be usefully exploited (e.g. issue #12632).
The text was updated successfully, but these errors were encountered:
To reproduce, define a PlayerSide with a leading "." or ":".... select that side; notice that the leading character has been dropped (confirm from the debug console: /property show PlayerSide).
Embedded special characters are not dropped. Underscore is not dropped, possibly others work or don't work.
Further special case: a PlayerSide with a single leading space is truncated from the right.
e.g. " Test" becomes " Tes".
Raising this issue to confirm the expected behaviour. Leading space behaviour is clearly a bug but dropping some leading special character or other might be usefully exploited (e.g. issue #12632).
The text was updated successfully, but these errors were encountered: