We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60c792 commit a2d830dCopy full SHA for a2d830d
1 file changed
Classes/Events/EventDatabase.cs
@@ -113,6 +113,7 @@ public class EventDatabase
113
break;
114
}
115
node.AnyButtonPressed(0);
116
+ self.OutcomeDescriptions[0] = ""; //Will need to fix later, currently changes the primary reference
117
})
118
);
119
},
0 commit comments