Update Pluto T4 Parser
Uses new static version string.
This commit is contained in:
parent
e80e5d6a70
commit
0428453426
@ -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 () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user