mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Remove reference to future API
This commit is contained in:
@@ -9,7 +9,7 @@ namespace TGServerService
|
||||
/// <summary>
|
||||
/// Entry point to the program
|
||||
/// </summary>
|
||||
static void Main() => Service.Launch();
|
||||
static void Main() => new Service();
|
||||
|
||||
/// <summary>
|
||||
/// Copy a file from <paramref name="source"/> to <paramref name="dest"/>, but first ensure the destination directory exists
|
||||
|
||||
Reference in New Issue
Block a user