From 0b20faff44e022a7dc2b8b1742b5410afb3fbeb0 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sat, 24 Mar 2018 21:01:35 +0000
Subject: [PATCH] Add comment in binkp about why we detect Mystic as well.

---
 exec/load/binkp.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/exec/load/binkp.js b/exec/load/binkp.js
index f09210ce8f..e05840e5f6 100644
--- a/exec/load/binkp.js
+++ b/exec/load/binkp.js
@@ -1165,6 +1165,10 @@ BinkP.prototype.recvFrame = function(timeout)
 							tmp = ret.data.split(/ /);
 							if (tmp.length >= 3) {
 								if (tmp[1].substr(0, 7) === 'Mystic/') {
+									/*
+									 * This allows work-arounds for Mystic binkp
+									 * bugs.  See binkit.js for details.
+									 */
 									this.mystic_detected = true;
 								}
 								if (tmp[2].substr(0, 6) === 'binkp/') {
-- 
GitLab