mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Update Pluto T4 Parser
Uses new static version string.
This commit is contained in:
@ -20,13 +20,13 @@ var plugin = {
|
||||
rconParser.Configuration.CommandPrefixes.RConResponse = '\xff\xff\xff\xffprint\n';
|
||||
rconParser.Configuration.GuidNumberStyle = 7; // Integer
|
||||
|
||||
rconParser.Version = 'Plutonium T4 Multiplayer (r1678-staging)';
|
||||
rconParser.Version = 'Plutonium T4';
|
||||
rconParser.GameName = 5; // T4
|
||||
|
||||
eventParser.Configuration.GuidNumberStyle = 7; // Integer
|
||||
eventParser.Configuration.GameDirectory = 'raw';
|
||||
|
||||
eventParser.Version = 'Plutonium T4 Multiplayer (r1678-staging)';
|
||||
eventParser.Version = 'Plutonium T4';
|
||||
},
|
||||
|
||||
onUnloadAsync: function () {
|
||||
|
Reference in New Issue
Block a user