Fix whitespace

develop
Warmist 2016-05-08 12:10:36 +03:00
parent dde7d151b7
commit c283e85fd5
2 changed files with 4 additions and 4 deletions

@ -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

@ -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