diff options
author | Tedd Hansen | 2008-02-02 07:53:13 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-02-02 07:53:13 +0000 |
commit | 785b641272f0e41c50d42406496baee10e5303a9 (patch) | |
tree | f6e37734d8e5b5e98d1dbf7e6a01b82b41773ea2 /OpenSim/Region/Application | |
parent | Added commands to change config file from console: (diff) | |
download | opensim-SC_OLD-785b641272f0e41c50d42406496baee10e5303a9.zip opensim-SC_OLD-785b641272f0e41c50d42406496baee10e5303a9.tar.gz opensim-SC_OLD-785b641272f0e41c50d42406496baee10e5303a9.tar.bz2 opensim-SC_OLD-785b641272f0e41c50d42406496baee10e5303a9.tar.xz |
fixed a timing bug in config re-read. Apparently there is 1000000000 ns in one second...
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 223b4a5..1754f7e 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -720,8 +720,8 @@ namespace OpenSim | |||
720 | m_log.Error("show modules - shows info aboutloaded modules."); | 720 | m_log.Error("show modules - shows info aboutloaded modules."); |
721 | m_log.Error("stats - statistical information for this server not displayed in the client"); | 721 | m_log.Error("stats - statistical information for this server not displayed in the client"); |
722 | m_log.Error("shutdown - disconnect all clients and shutdown."); | 722 | m_log.Error("shutdown - disconnect all clients and shutdown."); |
723 | m_log.Error("config set category field value - set a config value"); | 723 | m_log.Error("config set section field value - set a config value"); |
724 | m_log.Error("config get category field - get a config value"); | 724 | m_log.Error("config get section field - get a config value"); |
725 | m_log.Error("config save - save OpenSim.ini"); | 725 | m_log.Error("config save - save OpenSim.ini"); |
726 | m_log.Error("terrain help - show help for terrain commands."); | 726 | m_log.Error("terrain help - show help for terrain commands."); |
727 | break; | 727 | break; |