Spawner: Fix typo
This commit is contained in:
parent
db415dee97
commit
561b11f8fe
@ -212,8 +212,8 @@ function npc.spawner.determine_npc_occupation(building_type, workplace_nodes, np
|
|||||||
building_type,
|
building_type,
|
||||||
surrounding_buildings_map
|
surrounding_buildings_map
|
||||||
)
|
)
|
||||||
npc.log("DEBUG, ""Found occupations: "..dump(occupation_names).."\nfor local building type: "
|
npc.log("DEBUG", "Found occupations: "..dump(occupation_names).."\nfor local building type: "
|
||||||
..dump(building_type).."\nAnd surrounding building types: "..dump(surrounding_buildings_map))
|
..dump(building_type).."\nAnd surrounding building types: "..dump(surrounding_buildings_map))
|
||||||
|
|
||||||
-- Insert default occupation into result
|
-- Insert default occupation into result
|
||||||
table.insert(result, {name=npc.occupations.basic_name, node={node_pos={}}})
|
table.insert(result, {name=npc.occupations.basic_name, node={node_pos={}}})
|
||||||
|
Loading…
Reference in New Issue
Block a user