From d5186b764590644fe76af3a99ae4b83b60492328 Mon Sep 17 00:00:00 2001 From: Edo Date: Thu, 23 Mar 2023 18:03:54 +0000 Subject: [PATCH] fix(boiii): workaround the goofiest bug (#284) * fix(boiii): workaround the goofiest bug --- Plugins/ScriptPlugins/ParserBOIII.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/ScriptPlugins/ParserBOIII.js b/Plugins/ScriptPlugins/ParserBOIII.js index d5ec1936..0fc787c6 100644 --- a/Plugins/ScriptPlugins/ParserBOIII.js +++ b/Plugins/ScriptPlugins/ParserBOIII.js @@ -3,7 +3,7 @@ var eventParser; var plugin = { author: 'Diamante', - version: 0.1, + version: 0.2, name: 'BOIII Parser', isParser: true, @@ -18,7 +18,7 @@ var plugin = { rconParser.Configuration.CommandPrefixes.Kick = 'clientkick {0}'; rconParser.Configuration.CommandPrefixes.Ban = 'clientkick {0}'; rconParser.Configuration.CommandPrefixes.TempBan = 'clientkick {0}'; - rconParser.Configuration.CommandPrefixes.RConResponse = '\xff\xff\xff\xffprint '; + rconParser.Configuration.CommandPrefixes.RConResponse = '\xff\xff\xff\xff(\1|print) ?'; rconParser.Configuration.GametypeStatus.Pattern = 'Gametype: (.+)'; rconParser.Configuration.MapStatus.Pattern = 'Map: (.+)'; rconParser.Configuration.CommandPrefixes.RConGetInfo = undefined; // disables this, because it's useless on T7/BOIII