mayshukla/ece493-capstone

Exception in player-overridden Agent methods will cause game to crash on server

mayshukla opened this issue · 0 comments

On the server, we should wrap every call to potentially player-overridden Agent methods such as run and on_damage_taken in try-catch blocks and send any error messages to the client using ServerToClientConnection.send_python_error