mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 00:28:10 -05:00
update parsers to include game name
prompt to enter log path if game doesn't generate
This commit is contained in:
@ -3,7 +3,7 @@ var eventParser;
|
||||
|
||||
var plugin = {
|
||||
author: 'RaidMax',
|
||||
version: 0.1,
|
||||
version: 0.2,
|
||||
name: 'IW3 Parser',
|
||||
isParser: true,
|
||||
|
||||
@ -22,7 +22,9 @@ var plugin = {
|
||||
eventParser.Configuration.GameDirectory = 'userraw';
|
||||
|
||||
rconParser.Version = 'IW4x (v0.6.0)';
|
||||
rconParser.GameName = 2; // IW4x
|
||||
eventParser.Version = 'IW4x (v0.6.0)';
|
||||
eventParser.GameName = 2; // IW4x
|
||||
},
|
||||
|
||||
onUnloadAsync: function () {
|
||||
|
Reference in New Issue
Block a user