Skip to content

Commit

Permalink
Revert "Remove function from arrays"
Browse files Browse the repository at this point in the history
This reverts commit 55c6188.
  • Loading branch information
Denneisk committed Nov 17, 2023
1 parent 55c6188 commit a7536f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/entities/gmod_wire_expression2/core/e2lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,7 @@ E2Lib.OperatorChars = OperatorChars
E2Lib.blocked_array_types = { -- todo: fix casing
["t"] = true,
["r"] = true,
["xgt"] = true,
["f"] = true
["xgt"] = true
}

--- Types that will trigger their I/O connections on assignment/index change.
Expand Down

0 comments on commit a7536f4

Please sign in to comment.