From 614e53e75af35924ee2468f2f68cac6d14619990 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 15 Mar 2020 19:09:06 -0400
Subject: [PATCH] butt attachment fix

---
 src/uncategorized/slaveInteract.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 9a5bdf98176..36dbabd7fce 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -252,7 +252,7 @@
 				<span id="buttplug"></span>
 				/*<script>App.UI.Wardrobe.buttplug(getSlave(V.activeSlave.ID))</script>*/
 
-				<<if isItemAccessible.entry("tail", "buttplugAttachments") && $slaves[_i].buttplug != "none">>
+				<<if isItemAccessible.entry("tail", "buttplugAttachment") && $slaves[_i].buttplug != "none">>
 					<span id="buttplugAttachment"></span>
 					/*<script>App.UI.Wardrobe.buttplugAttachment(getSlave(V.activeSlave.ID))</script>*/
 				<</if>>
-- 
GitLab