mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Fix another semicolon
This commit is contained in:
@@ -166,8 +166,7 @@ namespace Tgstation.Server.Host.Components.Byond
|
||||
await IOManager.WriteAllBytes(
|
||||
configFilePath,
|
||||
Encoding.UTF8.GetBytes(ByondNoPromptTrustedMode),
|
||||
cancellationToken)
|
||||
;
|
||||
cancellationToken);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user