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

Fix to name stripping halting changing the wrong variable

parent 1dbc9a91
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
4/14/2018 4/14/2018
50
-fixes
-more code cleanup
49 49
-fixes and typos -fixes and typos
-split socks from shoes -split socks from shoes
......
...@@ -6873,7 +6873,6 @@ window.addSlave = function addSlave(slave) { ...@@ -6873,7 +6873,6 @@ window.addSlave = function addSlave(slave) {
}; };
   
window.removeSlave = function removeSlave(index) { window.removeSlave = function removeSlave(index) {
delete State.variables.slaveIndices[State.variables.slaves[index].ID];
return State.variables.slaves.deleteAt(index); return State.variables.slaves.deleteAt(index);
}; };
   
......
...@@ -44,7 +44,7 @@ Slave nicknames are ...@@ -44,7 +44,7 @@ Slave nicknames are
<</link>> <</link>>
</span> </span>
<<else>> <<else>>
[[Allow future slaves to keep their surnames|Universal Rules][$nicknamesAllowed = 1]] [[Allow future slaves to keep their surnames|Universal Rules][$surnamesForbidden = 0]]
<</if>> <</if>>
<br><br> <br><br>
......
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