properly set the localize text char for s1x parser
This commit is contained in:
parent
b311ecefc2
commit
1349cf84b7
@ -3,7 +3,7 @@ var eventParser;
|
|||||||
|
|
||||||
var plugin = {
|
var plugin = {
|
||||||
author: 'Diavolo, RaidMax',
|
author: 'Diavolo, RaidMax',
|
||||||
version: 0.2,
|
version: 0.3,
|
||||||
name: 'S1x Parser',
|
name: 'S1x Parser',
|
||||||
isParser: true,
|
isParser: true,
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ var plugin = {
|
|||||||
rconParser.Configuration.DefaultRConPort = 27016;
|
rconParser.Configuration.DefaultRConPort = 27016;
|
||||||
|
|
||||||
eventParser.Configuration.GameDirectory = '';
|
eventParser.Configuration.GameDirectory = '';
|
||||||
eventParser.Configuration.GameDirectory = '\x1F';
|
eventParser.Configuration.LocalizeText = '\x1f';
|
||||||
|
|
||||||
rconParser.Version = 'S1 MP 1.22 build 2195988 Wed Apr 18 11:26:14 2018 win64';
|
rconParser.Version = 'S1 MP 1.22 build 2195988 Wed Apr 18 11:26:14 2018 win64';
|
||||||
rconParser.GameName = 9; // SHG1
|
rconParser.GameName = 9; // SHG1
|
||||||
|
Loading…
Reference in New Issue
Block a user