FAForever / FAForever/fa

[Bug]: construction.lua line have a wrong operation =! instead of ~=

Open
#6,756 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.