This commit is contained in:
Julian Brammer 2024-06-19 22:23:50 +02:00
parent b13ad89a61
commit 815c4c20e9

View File

@ -61,10 +61,10 @@ local function getState()
state["dataGoalPathProgress"] = 0
state["dataCurrentRow"] = 0
state["dataCurrentPathProgress"] = 0
state["posX"] = 0
state["posY"] = 0
state["posZ"] = 0
state["rotation"] = 0 --towards south (pos Z)
state["x"] = 0
state["y"] = 0
state["z"] = 0
state["r"] = 0 --towards south (pos Z)
state["startX"] = 0
state["startY"] = 0
state["startZ"] = 0