Skip to content
Snippets Groups Projects
Commit 1d2168b0 authored by kopareigns's avatar kopareigns
Browse files

Found another

parent f17989bf
No related branches found
No related tags found
1 merge request!2190RA Template Literal Fixes
...@@ -403,7 +403,7 @@ window.DefaultRules = (function() { ...@@ -403,7 +403,7 @@ window.DefaultRules = (function() {
} else { } else {
if (slave.eyewear != "none") { if (slave.eyewear != "none") {
slave.eyewear = "none"; slave.eyewear = "none";
r += `<br>Since ${slave.slaveName}'s eyewear has been removed.`; r += `<br>${slave.slaveName}'s eyewear has been removed.`;
} }
} }
break; break;
......
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