FIUS / ICGE2

Version 2 of the Introduction Course Game Engine for the FIUS Java Introduction Course
MIT License
5 stars 4 forks source link

Bugfix selecting despawining entity #206

Closed graefjk closed 9 months ago

graefjk commented 9 months ago

The ICGE throws an EntityNotOnFieldException when an entity is selected that is despawned during execution of the task method. This pull request supresses the exception and fixes a resulting nullPointer exception. This "fixes" #205