updated name

This commit is contained in:
Chr1Z93 2023-05-06 14:26:01 +02:00
parent fc48919b38
commit 71bd43baf7
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
"MeasureMovement": false,
"MeshIndex": -1,
"Name": "Bag",
"Nickname": "jaqenZann's Navigation Overlay",
"Nickname": "Navigation Overlay",
"Snap": true,
"Sticky": true,
"Tooltip": true,

View File

@ -84,7 +84,7 @@ function click_setCamera(_, color)
--Send values to main tile
for _, v in ipairs(getObjects()) do
if v.getName() == "jaqenZann's Navigation Overlay Tile" then
if v.getName() == "Navigation Overlay Tile" then
v.call('updateEditCamera', { { pos.x, pos.y, pos.z }, tonumber(pitch), rot.y, tonumber(distance) })
break
end