Skip to content

Commit

Permalink
updated default port
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed Aug 27, 2024
1 parent c36afb8 commit 5f2a8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UniTAS/Patcher/Implementations/RemoteControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public RemoteControl(IConfig config, ILogger logger, ILiveScripting liveScriptin
"If enabled, starts a TCP/IP connection for remote controlling UniTAS");
var ipAddrConf = conf.Bind(Config.Sections.Remote.SECTION_NAME, Config.Sections.Remote.ADDRESS, "127.0.0.1",
"IP address to use for remote connection");
var portConf = conf.Bind(Config.Sections.Remote.SECTION_NAME, Config.Sections.Remote.PORT, 8001,
var portConf = conf.Bind(Config.Sections.Remote.SECTION_NAME, Config.Sections.Remote.PORT, 8080,
"Port to use for remote connection");

if (!enableConf.Value) return;
Expand Down

0 comments on commit 5f2a8bc

Please sign in to comment.