Adjust code comment

master
isaiah658 2022-08-14 22:52:48 +02:00
parent f7dba65c21
commit 9ed97c9e4b
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ for k, v in pairs(npc_stats.npc) do
end
end
-- Spawn mobs in the wild near players
-- Spawn mobs in the wild and in villages near players
if mobs_spawn_around_players then
minetest.register_globalstep(mobs_api.mob.spawn_step)
end