Skip to content

Commit

Permalink
update T7 retail parser version to prevent conflict with boiii parser
Browse files Browse the repository at this point in the history
  • Loading branch information
RaidMax committed Jul 4, 2024
1 parent cc8a6df commit 6a2ac5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugins/ScriptPlugins/ParserT7.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ var plugin = {

rconParser.Configuration.Status.AddMapping(105, 6); // ip address
rconParser.Configuration.GametypeStatus.AddMapping(112, 1); // gametype
rconParser.Version = '[local] ship win64 CODBUILD8-764 (3421987) Mon Dec 16 10:44:20 2019 10d27bef';
rconParser.Version = '[local] ship win64 CODBUILD8-764 (3421987) Mon Dec 16 10:44:20 2019 10d27bef (Retail)';
rconParser.GameName = 8; // BO3
rconParser.CanGenerateLogPath = false;

eventParser.Version = '[local] ship win64 CODBUILD8-764 (3421987) Mon Dec 16 10:44:20 2019 10d27bef';
eventParser.Version = '[local] ship win64 CODBUILD8-764 (3421987) Mon Dec 16 10:44:20 2019 10d27bef (Retail)';
eventParser.GameName = 8; // BO3
eventParser.Configuration.GameDirectory = 'usermaps';
eventParser.Configuration.Say.Pattern = '^(chat|chatteam);(?:[0-9]+);([0-9]+);([0-9]+);(.+);(.*)$';
Expand Down

0 comments on commit 6a2ac5a

Please sign in to comment.