Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
Matroftt authored Sep 18, 2024
1 parent d49f5de commit 264e721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CorsixTH/Lua/dialogs/fullscreen/town_map.lua
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function UITownMap:draw(canvas, x, y)
if owner_num == 0 then
owner = _S.town_map.for_sale
price = app.config.free_build_mode and "$0" -- Everything is 0$ in free build mode
or ("$" .. map:getParcelPrice(self.hover_plot))
or ("$" .. map:getParcelPrice(self.hover_plot))
else
owner = world.hospitals[owner_num].name
end
Expand Down

0 comments on commit 264e721

Please sign in to comment.