Attempting to print a recursive LocalisedString via command line causes a hard crash (stack overflow).
Steps to reproduce
- Start a new game
- Type the following command:
Code: Select all
/c local str = {""} str[2] = str game.print(str)
Expected behaviour
A recursive LocalisedString doesn't make any sense. Expected behaviour is just a nice error message instead of the hard crash.