1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

Resolved Chat in BOIII Parser (#299)

This commit is contained in:
Amos
2023-05-08 02:00:19 +01:00
committed by RaidMax
parent 7a3062f261
commit 2af03d10d0
2 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@ var plugin = {
eventParser.Version = '[local] ship win64 CODBUILD8-764 (3421987) Mon Dec 16 10:44:20 2019 10d27bef';
eventParser.GameName = 8; // BO3
eventParser.Configuration.GameDirectory = 'usermaps';
eventParser.Configuration.Say.Pattern = '^(chat|chatteam);(?:[0-9]+);([0-9]+);([0-9]+);(.+);(.*)$';
eventParser.Configuration.Say.Pattern = '^(chat|chatteam);(?:[0-9]+);([a-f0-9]+);([0-9]+);(.+);(.*)$';
},
onUnloadAsync: function() {},