Skip to content

Commit

Permalink
fix(ParserIW6x): Filter out say/say_team correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 authored and RaidMax committed Nov 7, 2022
1 parent 4aebc4d commit 76333f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Plugins/ScriptPlugins/ParserIW6x.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ var rconParser;
var eventParser;

var plugin = {
author: 'Xerxes, RaidMax, st0rm',
version: 0.4,
author: 'Xerxes, RaidMax, st0rm, Future',
version: 0.5,
name: 'IW6x Parser',
isParser: true,

Expand Down Expand Up @@ -34,6 +34,7 @@ var plugin = {
eventParser.Version = 'IW6 MP 3.15 build 2 Sat Sep 14 2013 03:58:30PM win64';
eventParser.GameName = 4; // IW6
eventParser.Configuration.GameDirectory = '';
eventParser.Configuration.LocalizeText = '\x1f';
},

onUnloadAsync: function () {
Expand Down
2 changes: 1 addition & 1 deletion Plugins/ScriptPlugins/ParserS1x.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var eventParser;

var plugin = {
author: 'Diavolo, RaidMax',
author: 'Future, RaidMax',
version: 0.3,
name: 'S1x Parser',
isParser: true,
Expand Down

0 comments on commit 76333f5

Please sign in to comment.