nether dust: do not show in the overworld

This commit is contained in:
cora 2021-09-25 03:07:51 +02:00
parent 4281165c6c
commit 85304ae8a3
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ local function check_player(player)
end
mcl_weather.nether_dust.add_particlespawners = function(player)
if not check_player(player) then return end
local name=player:get_player_name(name)
mcl_weather.nether_dust.particlespawners[name]={}
psdef.playername = name