Merge branch 'release/pre' of https://github.com/RaidMax/IW4M-Admin into release/pre

This commit is contained in:
RaidMax 2021-04-16 13:38:34 -05:00
commit a034394610

View File

@ -2,8 +2,8 @@
var eventParser; var eventParser;
var plugin = { var plugin = {
author: 'RaidMax', author: 'RaidMax, Chase',
version: 0.1, version: 0.2,
name: 'Plutonium T4 Parser', name: 'Plutonium T4 Parser',
isParser: true, isParser: true,
@ -20,13 +20,13 @@ var plugin = {
rconParser.Configuration.CommandPrefixes.RConResponse = '\xff\xff\xff\xffprint\n'; rconParser.Configuration.CommandPrefixes.RConResponse = '\xff\xff\xff\xffprint\n';
rconParser.Configuration.GuidNumberStyle = 7; // Integer rconParser.Configuration.GuidNumberStyle = 7; // Integer
rconParser.Version = 'Plutonium T4 Multiplayer (r1678-staging)'; rconParser.Version = 'Plutonium T4';
rconParser.GameName = 5; // T4 rconParser.GameName = 5; // T4
eventParser.Configuration.GuidNumberStyle = 7; // Integer eventParser.Configuration.GuidNumberStyle = 7; // Integer
eventParser.Configuration.GameDirectory = 'raw'; eventParser.Configuration.GameDirectory = 'raw';
eventParser.Version = 'Plutonium T4 Multiplayer (r1678-staging)'; eventParser.Version = 'Plutonium T4';
}, },
onUnloadAsync: function () { onUnloadAsync: function () {