From 3e98dcb4c3ca660203915b7871cdc2ed2ae81b32 Mon Sep 17 00:00:00 2001 From: SX <50966843+S-S-X@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:31:01 +0300 Subject: [PATCH] Add technic.sounds to fixtures for network tests --- technic/spec/fixtures/network.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/technic/spec/fixtures/network.lua b/technic/spec/fixtures/network.lua index 1a507c4f..15b92d24 100644 --- a/technic/spec/fixtures/network.lua +++ b/technic/spec/fixtures/network.lua @@ -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")