formatting

This commit is contained in:
Lilian Jónsdóttir 2020-10-10 21:16:05 -07:00
parent 544a596fc5
commit e9de6a384c
3 changed files with 4 additions and 3 deletions

View file

@ -39,7 +39,8 @@ this.createHomedNPCTableEntry = function(npc, home, startingPlace, isHome, posit
pickedPosition = tes3vector3.new(pos[1], pos[2], pos[3])
pickedOrientation = tes3vector3.new(ori[1], ori[2], ori[3])
log(common.logLevels.large, "[DTAB] Settled on position:%s, orientation:%s for %s in %s", pickedPosition, pickedOrientation, npc.object.name, id)
log(common.logLevels.large, "[DTAB] Settled on position:%s, orientation:%s for %s in %s",
pickedPosition,pickedOrientation, npc.object.name, id)
local ogPosition = position and (tes3vector3.new(position.x, position.y, position.z)) or
(npc.position and npc.position:copy() or zeroVector:copy())