Skip to content

Commit

Permalink
Fixed shutdown notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ddakebono committed Jan 22, 2024
1 parent ea66c59 commit ce3e7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PalworldRcon/Logic/RCONClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public async void DoQuit()
{
if (!IsConnected) return;

await _rconClient.ExecuteCommandAsync("Shutdown 30 Server shutting down in 30 seconds!");
await _rconClient.ExecuteCommandAsync("Shutdown 30 Server_shutting_down_in_30_seconds!");
}

public async Task<string> Save()
Expand Down

0 comments on commit ce3e7f2

Please sign in to comment.