Skip to content

Commit

Permalink
add other_fields to VoxelArea definition to include the new() c…
Browse files Browse the repository at this point in the history
…onstructor/function
  • Loading branch information
BuckarooBanzay committed Feb 12, 2024
1 parent 7fca5bf commit 0f1871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luacheck/builtin_standards/minetest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ return {
PseudoRandom = empty,
PcgRandom = empty,
SecureRandom = empty,
VoxelArea = empty,
VoxelArea = open_table,
VoxelManip = empty,
Raycast = empty,
Settings = empty,
Expand Down

0 comments on commit 0f1871d

Please sign in to comment.