Skip to content

Commit

Permalink
properly set the localize text char for s1x parser
Browse files Browse the repository at this point in the history
  • Loading branch information
RaidMax committed Nov 4, 2022
1 parent c6916b3 commit 4aebc4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugins/ScriptPlugins/ParserS1x.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var eventParser;

var plugin = {
author: 'Diavolo, RaidMax',
version: 0.2,
version: 0.3,
name: 'S1x Parser',
isParser: true,

Expand All @@ -27,7 +27,7 @@ var plugin = {
rconParser.Configuration.DefaultRConPort = 27016;

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.GameName = 9; // SHG1
Expand Down

0 comments on commit 4aebc4d

Please sign in to comment.