mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-08-13 00:45:11 +09:00
The prune loop shadowed its own parameter, so `silo_data[unit_number] = nil` wrote into the entry instead of removing it from the table. `unit_number` is optional on LuaEntity but always set for a silo. Note that `--[[ @as ]]` does not narrow for an index expression, only `@cast` does. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>