Skip to content

Commit

Permalink
fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FaceDeer committed Jan 9, 2023
1 parent a5dbef7 commit 1c2ea36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrades.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local v1filename = worldpath.."/settlements.txt"
local v2filename = worldpath.."/settlements_areastore.txt"
local v3filename = worldpath.."/named_waypoints_settlements.txt"

-- delayed to account for circular dependency on medieval settlement (for namegen)
-- delayed to account for circular dependency on medieval settlement (for name_generator)
-- and to allow settlements to be registered
local function upgrade(settlement_list)
local medieval_def = settlements.registered_settlements["medieval"]
Expand Down

0 comments on commit 1c2ea36

Please sign in to comment.