Rename ServerInstance to Instance

This commit is contained in:
Cyberboss
2017-11-13 00:43:10 -05:00
parent 185e48d138
commit 680ec3dc62
18 changed files with 106 additions and 106 deletions
+1 -1
View File
@@ -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)