From c283e85fd559794d5f13bd28035c948a7029761e Mon Sep 17 00:00:00 2001 From: Warmist Date: Sun, 8 May 2016 12:10:36 +0300 Subject: [PATCH] Fix whitespace --- scripts/fix/diplomats.lua | 4 ++-- scripts/fix/merchants.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/fix/diplomats.lua b/scripts/fix/diplomats.lua index 5c2138f65..4e8c6daf7 100644 --- a/scripts/fix/diplomats.lua +++ b/scripts/fix/diplomats.lua @@ -64,9 +64,9 @@ for _,ent in pairs(df.global.world.entities.all) do break end -- Diplomat position already exists, but has the wrong options - modify it instead of creating a new one - if pos.code == "DIPLOMAT" then + if pos.code == "DIPLOMAT" then found_position=pos - break + break end end if update then diff --git a/scripts/fix/merchants.lua b/scripts/fix/merchants.lua index 09a158f48..ae3ef4233 100644 --- a/scripts/fix/merchants.lua +++ b/scripts/fix/merchants.lua @@ -61,9 +61,9 @@ for _,ent in pairs(df.global.world.entities.all) do break end -- Guild Representative position already exists, but has the wrong options - modify it instead of creating a new one - if pos.code == "GUILD_REPRESENTATIVE" then + if pos.code == "GUILD_REPRESENTATIVE" then found_position=pos - break + break end end if update then