From 4ce4063a6804d229c557cc9762f8fdcc1e6f8c58 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Mon, 14 Dec 2020 22:08:04 -0800
Subject: [PATCH] Remove unnecessary CombineNodes call

---
 src/events/RETS/reTopExhaustion.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/RETS/reTopExhaustion.js b/src/events/RETS/reTopExhaustion.js
index ffdbb142994..4db34abde09 100644
--- a/src/events/RETS/reTopExhaustion.js
+++ b/src/events/RETS/reTopExhaustion.js
@@ -62,7 +62,7 @@ App.Events.RETSTopExhaustion = class RETSTopExhaustion extends App.Events.BaseEv
 		let t = [];
 
 		t.push(`As you stroll past the best part of the slave living area one evening, you hear a lewd slap, slap, slap coming from the room`);
-		t.push(App.UI.DOM.combineNodes(App.UI.DOM.slaveDescriptionDialog(subSlave)));
+		t.push(App.UI.DOM.slaveDescriptionDialog(subSlave));
 		t.push(`and`);
 		t.push(contextualIntro(subSlave, domSlave, "DOM"));
 		t.push(`share. It's quite obvious what they're up to, but you look in anyway. ${subSlave.slaveName} has clearly had a long day, and is tired, but ${he}'s being a good ${subSlave.relationship > 4 ? `${wife}` : `lover`} and letting ${domSlave.slaveName} use ${his} body. ${subSlave.slaveName} is lying`);
-- 
GitLab