Skip to content

Commit 6a2ac5a

Browse files
committed
update T7 retail parser version to prevent conflict with boiii parser
1 parent cc8a6df commit 6a2ac5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Plugins/ScriptPlugins/ParserT7.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ var plugin = {
4040

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

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

0 commit comments

Comments
 (0)