Skip to content

Commit

Permalink
Add technic.sounds to fixtures for network tests
Browse files Browse the repository at this point in the history
  • Loading branch information
S-S-X authored Oct 25, 2023
1 parent 8c29c58 commit 3e98dcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions technic/spec/fixtures/network.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ _G.technic.digilines = {
{x = 0, y = -1, z = 0}, -- along y below
}
}
_G.technic.sounds = setmetatable({}, {
__index = function(...) return function(...) return "" end end,
})

sourcefile("config")
sourcefile("register")
Expand Down

0 comments on commit 3e98dcb

Please sign in to comment.