Make sure to update the init too

master
Konstantin Logashenko 2022-02-07 16:50:44 +03:00
parent 94389990ed
commit 3837e5a22b
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ dofile(MP.."/logic/timer.lua")
dofile(MP.."/logic/lua_logic.lua") -- old
dofile(MP.."/logic/logic_block.lua") -- new
dofile(MP.."/logic/node_detector.lua")
dofile(MP.."/logic/light_detector.lua")
dofile(MP.."/logic/player_detector.lua")
dofile(MP.."/logic/mba_detector.lua")
dofile(MP.."/logic/cart_detector.lua")