don't intentionally put ' into the logs
This commit is contained in:
parent
af29905883
commit
f0d9e9baea
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ local function pickCell(ogDest)
|
||||||
log("%s is exterior, trying again...", cell.id)
|
log("%s is exterior, trying again...", cell.id)
|
||||||
cell = pickCell(ogDest)
|
cell = pickCell(ogDest)
|
||||||
elseif config.interiorExterior == common.cellTypes.match and not isTypeMatch(ogDest, cell) then
|
elseif config.interiorExterior == common.cellTypes.match and not isTypeMatch(ogDest, cell) then
|
||||||
log("%s and %s aren't same cell type, trying again...", ogDest.id, cell.id)
|
log("%s and %s are not same cell type, trying again...", ogDest.id, cell.id)
|
||||||
cell = pickCell(ogDest)
|
cell = pickCell(ogDest)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue