Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brightrim committed Nov 26, 2024
1 parent c090301 commit e36c516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magic/arcane/spatial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ local function getDestinationText(book)
local coordinates = false

if not common.IsNilOrEmpty(Z) and not common.IsNilOrEmpty(X) and not common.IsNilOrEmpty(Y) then
position(X, Y, Z)
coordinates = position(X, Y, Z)
end

if coordinates then
Expand Down

0 comments on commit e36c516

Please sign in to comment.