[Bug]: construction.lua line have a wrong operation =! instead of ~=
Open
type: bug
- Dominant language
- Lua
- Stars
- 264
- Forks
- 260
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 21
Description
### Describe the Bug
construction.lua line 399
--if tab.ID != 'templates' then
if tab.ID ~= 'templates' then -- BUG != operator does not exist in lua language. changed to ~=
### Reproduce the bug
The code is wrong
### Screenshots
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.