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 4e33448 commit c090301
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 @@ -322,7 +322,7 @@ local function getDestinationText(book)

local Z = tonumber(book:getData("destinationCoordsZ"))
local X = tonumber(book:getData("destinationCoordsX"))
local Y = tonumber(book:getData("destinationCoordsZ"))
local Y = tonumber(book:getData("destinationCoordsY"))

local coordinates = false

Expand Down

0 comments on commit c090301

Please sign in to comment.