mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-07 21:58:06 -05:00
update T7 retail parser version to prevent conflict with boiii parser
This commit is contained in:
parent
cc8a6df463
commit
6a2ac5ad82
@ -40,11 +40,11 @@ var plugin = {
|
|||||||
|
|
||||||
rconParser.Configuration.Status.AddMapping(105, 6); // ip address
|
rconParser.Configuration.Status.AddMapping(105, 6); // ip address
|
||||||
rconParser.Configuration.GametypeStatus.AddMapping(112, 1); // gametype
|
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.GameName = 8; // BO3
|
||||||
rconParser.CanGenerateLogPath = false;
|
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.GameName = 8; // BO3
|
||||||
eventParser.Configuration.GameDirectory = 'usermaps';
|
eventParser.Configuration.GameDirectory = 'usermaps';
|
||||||
eventParser.Configuration.Say.Pattern = '^(chat|chatteam);(?:[0-9]+);([0-9]+);([0-9]+);(.+);(.*)$';
|
eventParser.Configuration.Say.Pattern = '^(chat|chatteam);(?:[0-9]+);([0-9]+);([0-9]+);(.+);(.*)$';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user