Skip to content
Snippets Groups Projects
Commit 5e6d0033 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

cleanup

parent 3cc1758f
No related branches found
No related tags found
1 merge request!8830Js cheat
...@@ -11,6 +11,7 @@ App.UI.SlaveInteract.cheatEditSlave = function(slave) { ...@@ -11,6 +11,7 @@ App.UI.SlaveInteract.cheatEditSlave = function(slave) {
App.UI.DOM.appendNewElement("div", el, App.UI.DOM.link( App.UI.DOM.appendNewElement("div", el, App.UI.DOM.link(
"Apply cheat edits", "Apply cheat edits",
() => { () => {
App.StartingGirls.cleanup(tempSlave);
V.slaves[V.slaveIndices[slave.ID]] = tempSlave; V.slaves[V.slaveIndices[slave.ID]] = tempSlave;
}, },
[], [],
......
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