From 264e7215475b7ed2a0cbc50bbaf963be76a0e200 Mon Sep 17 00:00:00 2001 From: Matroftt <91145555+Matroftt@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:42:51 +0300 Subject: [PATCH] fix space --- CorsixTH/Lua/dialogs/fullscreen/town_map.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CorsixTH/Lua/dialogs/fullscreen/town_map.lua b/CorsixTH/Lua/dialogs/fullscreen/town_map.lua index ecbc160e1..84bcfa21e 100644 --- a/CorsixTH/Lua/dialogs/fullscreen/town_map.lua +++ b/CorsixTH/Lua/dialogs/fullscreen/town_map.lua @@ -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