CBugDCoder / deltaglider

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

bugfix for issue #7 #8

Closed insanity54 closed 4 days ago

insanity54 commented 1 year 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 5 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.