CBugDCoder / deltaglider

Add realistic hang gliders to Minetest
Other
4 stars 9 forks source link

bugfix for issue #7 #8

Closed insanity54 closed 1 month ago

insanity54 commented 2 years ago

I did a quick test and this seems to prevent the server from crashing when a player leaves the server while gliding. Dunno if it's the best fix, but it is a fix.

SwissalpS commented 7 months ago

yes, this does fix #7.

11 uses another approach by avoiding the use of core.get_player_by_name() and checking for child attachement instead.