aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
diff options
context:
space:
mode:
authorMelanie2010-11-25 03:59:57 +0100
committerMelanie2010-11-25 03:59:57 +0100
commitefb03f6f9985bab215e1e1e8bcc159cc86d2ad02 (patch)
treef5741426b26050519c427b210001d1341ece3188 /OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
parentFix up remote controller. (diff)
downloadopensim-SC_OLD-efb03f6f9985bab215e1e1e8bcc159cc86d2ad02.zip
opensim-SC_OLD-efb03f6f9985bab215e1e1e8bcc159cc86d2ad02.tar.gz
opensim-SC_OLD-efb03f6f9985bab215e1e1e8bcc159cc86d2ad02.tar.bz2
opensim-SC_OLD-efb03f6f9985bab215e1e1e8bcc159cc86d2ad02.tar.xz
Fix a bug caused by leftover code
Diffstat (limited to '')
-rw-r--r--OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
index 27e73f6..f3f79bc 100644
--- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
+++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
@@ -242,10 +242,6 @@ namespace OpenSim.ApplicationPlugins.RemoteController
242 } 242 }
243 } 243 }
244 244
245 if (requestData.ContainsKey("restart")
246 && ((string)requestData["restart"] == "delayed"))
247
248
249 message = "Region is restarting in {0}. Please save what you are doing and log out."; 245 message = "Region is restarting in {0}. Please save what you are doing and log out.";
250 246
251 if (requestData.ContainsKey("message")) 247 if (requestData.ContainsKey("message"))