leaf26
Legendary Pika
- Joined
- May 29, 2016
- Messages
- 232
- Points
- 28
Minecraft Username:
Suggestion:
Detailed description:
Reason(s):
leaf26
Suggestion:
re-enable flight when exiting a no-fly-zone
Detailed description:
It's a slightly annoying to have flight auto-disabled on entry but not auto-enabled on exit.
It'd be pretty simple to log when a person enters such a region with flight enabled,
then on exit, if(hashset.contains(player)) { player.setAllowFlight(true); }.
It'd be pretty simple to log when a person enters such a region with flight enabled,
then on exit, if(hashset.contains(player)) { player.setAllowFlight(true); }.
Reason(s):
minor annoyance
easy code fix
easy code fix