Change the port number to check
This commit is contained in:
parent
b098493b67
commit
35554c8de3
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class StateMachine {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Socket sock = await Socket.connect(
|
Socket sock = await Socket.connect(
|
||||||
"127.0.0.1", settings.inst!.serverSettings.GamePort);
|
"127.0.0.1", settings.inst!.serverSettings.RconPort);
|
||||||
await sock.close();
|
await sock.close();
|
||||||
} catch (E) {
|
} catch (E) {
|
||||||
DeadProcKillswitch.complete();
|
DeadProcKillswitch.complete();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue