Skip to content

Commit

Permalink
set the rcon parser game name for retail WaW
Browse files Browse the repository at this point in the history
  • Loading branch information
RaidMax committed Jun 14, 2022
1 parent ada98e3 commit 32c4ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Plugins/ScriptPlugins/ParserT4.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var eventParser;

var plugin = {
author: 'RaidMax',
version: 0.2,
version: 0.3,
name: 'Call of Duty 5: World at War Parser',
isParser: true,

Expand All @@ -17,6 +17,7 @@ var plugin = {
rconParser.Configuration.GuidNumberStyle = 7; // Integer
rconParser.Configuration.DefaultRConPort = 28960;
rconParser.Version = 'Call of Duty Multiplayer COD_WaW MP build 1.7.1263 CL(350073) JADAMS2 Thu Oct 29 15:43:55 2009 win-x86';
rconParser.GameName = 5; // T4

eventParser.Configuration.GuidNumberStyle = 7; // Integer
eventParser.GameName = 5; // T4
Expand Down

0 comments on commit 32c4ac5

Please sign in to comment.