add chatcommand banners_fix

fixes #7
provides a work-around for the engine problem with entities.
This commit is contained in:
Luke aka SwissalpS
2024-11-29 11:59:11 +01:00
parent 767a49a432
commit fe72fc27a3
3 changed files with 56 additions and 0 deletions

View File

@ -352,4 +352,5 @@ end
dofile(MP .. "items.lua")
dofile(MP .. "nodes.lua")
dofile(MP .. "crafts.lua")
dofile(MP .. "chatcommands.lua")