do not transmit on first frame
This commit is contained in:
parent
e833227b64
commit
adbdbb8c03
@ -90,7 +90,7 @@ end
|
|||||||
rawset(_G, "lb_transmitter", Transmitter)
|
rawset(_G, "lb_transmitter", Transmitter)
|
||||||
|
|
||||||
addHook("ThinkFrame", function()
|
addHook("ThinkFrame", function()
|
||||||
if not #transmitters then return end
|
if not (#transmitters and leveltime) then return end
|
||||||
|
|
||||||
local index = (leveltime % #transmitters) + 1
|
local index = (leveltime % #transmitters) + 1
|
||||||
local transmitter = transmitters[index]
|
local transmitter = transmitters[index]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user