mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Rename ServerInstance to Instance
This commit is contained in:
@@ -20,7 +20,7 @@ namespace TGS.Server.ChatCommands
|
||||
/// <summary>
|
||||
/// Shorthand for accessing <see cref="CommandInfo.Server"/>
|
||||
/// </summary>
|
||||
protected ServerInstance Instance { get { return CommandInfo.Value.Server; } }
|
||||
protected Instance Instance { get { return CommandInfo.Value.Server; } }
|
||||
|
||||
/// <inheritdoc />
|
||||
public override ExitCode DoRun(IList<string> parameters)
|
||||
|
||||
Reference in New Issue
Block a user