mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
when a player first joins with creative or spectator mode, their abilities (flying, invulnerability, creative mode flag) were not being set, this caused blocks to not display properly and flying to be disabled until switching gamemodes now calls set_for_gamemode() during player::new() to match vanilla fixes #1367