mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Previously, every single /obj would parse the req_access_txt and req_one_access_txt strings and turn them into a list of numbers for the access system. This is now done the first time check_access() is called, so only objects that actually use the system will have the lists generated. Signed-off-by: Mloc-Argent <colmohici@gmail.com>