Closed irmen closed 8 years ago
the put command allows for creating instructions that crash the driver because of an assert in the code that is violated.
For instance 'put me in table' will crash the driver because eventually a call to Player.insert is done where the item is the player itself.
Exceptions are now printed out but no longer crash the driver loop.
Still have to fix the put command where the player attempts to place a living inside something else (this causes the assert)
the put command allows for creating instructions that crash the driver because of an assert in the code that is violated.
For instance 'put me in table' will crash the driver because eventually a call to Player.insert is done where the item is the player itself.