Skip to content
Snippets Groups Projects
Commit b97ec81d authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'data-fix' into 'pregmod-master'

fix bplug attachments

See merge request pregmodfan/fc-pregmod!8508
parents 12f07633 ef9009d0
No related branches found
No related tags found
1 merge request!8508fix bplug attachments
......@@ -478,7 +478,7 @@ App.UI.SlaveInteract.wardrobe = function(slave) {
let optionsArray = [];
for (const [key, object] of App.Data.slaveWear.buttplugAttachment) {
for (const [key, object] of App.Data.slaveWear.buttplugAttachments) {
if (key === "none") {
// skip none in set, we set the link elsewhere.
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment