fixed ad astra's lamps so they actually emit light lmao

This commit is contained in:
Pyritie 2025-06-07 18:26:58 +01:00
parent 7075f7eff1
commit 5805f9c082
2 changed files with 15 additions and 1 deletions

View file

@ -19,7 +19,7 @@ StartupEvents.registry('block', event => {
* Событие изменения блоков.
*/
BlockEvents.modification(event => {
// modifyFirmaCivBlocks(event)
registerAdAstraBlockModifications(event)
})
/**