mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-05-15 03:43:40 +01:00
1d5287dad0
This PR simplifies the lighting update system (removes update_type) and instead makes the lighting system decide which update method to use based on server load. Instant updates are used during low-load, scheduled during high. Also removes: update_lights_now() (redundant), diff_light() (unused).