mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 07:32:02 +00:00
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).