update parser for Plutonium T4
This commit is contained in:
parent
76a18d9797
commit
22cf3081e1
@ -21,11 +21,11 @@ var plugin = {
|
|||||||
rconParser.Configuration.GuidNumberStyle = 7; // Integer
|
rconParser.Configuration.GuidNumberStyle = 7; // Integer
|
||||||
|
|
||||||
rconParser.Version = 'Plutonium T4 Multiplayer (r1678-staging)';
|
rconParser.Version = 'Plutonium T4 Multiplayer (r1678-staging)';
|
||||||
|
rconParser.GameName = 5; // T4
|
||||||
|
|
||||||
eventParser.Configuration.GuidNumberStyle = 7; // Integer
|
eventParser.Configuration.GuidNumberStyle = 7; // Integer
|
||||||
eventParser.Configuration.GameDirectory = 'raw';
|
eventParser.Configuration.GameDirectory = 'raw';
|
||||||
|
|
||||||
eventParser.GameName = 5; // T4
|
|
||||||
eventParser.Version = 'Plutonium T4 Multiplayer (r1678-staging)';
|
eventParser.Version = 'Plutonium T4 Multiplayer (r1678-staging)';
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user