diff options
author | Justin Clarke Casey | 2008-06-02 17:23:13 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-02 17:23:13 +0000 |
commit | 4453c8bc5c68affa7ebafcdeab47340203186017 (patch) | |
tree | 411d1e1220044e4a6d9e005151a9d45803d90c73 /OpenSim/Framework | |
parent | * Submitting 3 files for the messagingserver that I've kept to myself. (diff) | |
download | opensim-SC_OLD-4453c8bc5c68affa7ebafcdeab47340203186017.zip opensim-SC_OLD-4453c8bc5c68affa7ebafcdeab47340203186017.tar.gz opensim-SC_OLD-4453c8bc5c68affa7ebafcdeab47340203186017.tar.bz2 opensim-SC_OLD-4453c8bc5c68affa7ebafcdeab47340203186017.tar.xz |
* experimental: Make OpenSim archiver save and reload all prim textures when not all faces have the same texture
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Servers/BaseOpenSimServer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/BaseOpenSimServer.cs b/OpenSim/Framework/Servers/BaseOpenSimServer.cs index 391c7b3..6753a21 100644 --- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs +++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs | |||
@@ -106,9 +106,9 @@ namespace OpenSim.Framework.Servers | |||
106 | 106 | ||
107 | if (m_stats != null) | 107 | if (m_stats != null) |
108 | Notice("show stats - statistical information for this server"); | 108 | Notice("show stats - statistical information for this server"); |
109 | 109 | ||
110 | Notice("show version - show server version."); | ||
111 | Notice("show uptime - show server startup time and uptime."); | 110 | Notice("show uptime - show server startup time and uptime."); |
111 | Notice("show version - show server version."); | ||
112 | Notice("shutdown - shutdown the server.\n"); | 112 | Notice("shutdown - shutdown the server.\n"); |
113 | 113 | ||
114 | break; | 114 | break; |