mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-14 18:12:30 +01:00
fix warning / wrong var
This commit is contained in:
@ -135,7 +135,7 @@ end
|
||||
|
||||
local function add_particlespawners(pn,self)
|
||||
if not active_particlespawners[pn] then active_particlespawners[pn] = {} end
|
||||
if not active_particlespawners[pn][object] then active_particlespawners[pn][self.object] = {} end
|
||||
if not active_particlespawners[pn][self.object] then active_particlespawners[pn][self.object] = {} end
|
||||
for _,ps in pairs(self.particlespawners) do
|
||||
ps.attached = self.object
|
||||
ps.playername = pn
|
||||
|
Reference in New Issue
Block a user