From 64a98c736848de6099254f23483058668273c1a5 Mon Sep 17 00:00:00 2001 From: gareth Date: Mon, 14 May 2007 03:13:47 +0000 Subject: Finished off adding the new management API to gridserver Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics --- ExportBot/Commands/DilationCommand.cs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 ExportBot/Commands/DilationCommand.cs (limited to 'ExportBot/Commands/DilationCommand.cs') diff --git a/ExportBot/Commands/DilationCommand.cs b/ExportBot/Commands/DilationCommand.cs deleted file mode 100644 index c1d3c04..0000000 --- a/ExportBot/Commands/DilationCommand.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; -using libsecondlife; -using libsecondlife.Packets; - -namespace libsecondlife.TestClient -{ - public class DilationCommand : Command - { - public DilationCommand(TestClient testClient) - { - Name = "dilation"; - Description = "Shows time dilation for current sim."; - } - - public override string Execute(string[] args, LLUUID fromAgentID) - { - return "Dilation is " + Client.Network.CurrentSim.Dilation.ToString(); - } - } -} \ No newline at end of file -- cgit v1.1