From 0116d1cabc9faea025edb054abf1cdbf0565e77d Mon Sep 17 00:00:00 2001 From: ImUnicke Date: Tue, 9 Mar 2021 20:52:33 -0700 Subject: [PATCH] Bug fix for Artifacts --- AllTheThings.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AllTheThings.lua b/AllTheThings.lua index 41a585bad03..626fa23d7e9 100644 --- a/AllTheThings.lua +++ b/AllTheThings.lua @@ -6105,13 +6105,13 @@ local fields = { return { t.info[9], t.info[10], t.info[11], 1.0 }; end, ["model"] = function(t) - return t.parent and GetRelativeValue(t.parent, key); + return t.parent and GetRelativeValue(t.parent, "model"); end, ["modelScale"] = function(t) - return t.parent and GetRelativeValue(t.parent, key) or 0.95; + return t.parent and GetRelativeValue(t.parent, "modelScale") or 0.95; end, ["modelRotation"] = function(t) - return t.parent and GetRelativeValue(t.parent, key) or 45; + return t.parent and GetRelativeValue(t.parent, "modelRotation") or 45; end, ["info"] = function(t) --[[