aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-07-25 02:02:07 +0100
committerJustin Clark-Casey (justincc)2014-07-25 02:02:07 +0100
commite85291329bb6aececc8860ce3c7c87ce12c90c12 (patch)
tree60bd94db66629fad7f83f7a2f3b05e81c6929351
parentRevert "Write UDP statistics to the log, not just the console (e.g., "show qu... (diff)
downloadopensim-SC_OLD-e85291329bb6aececc8860ce3c7c87ce12c90c12.zip
opensim-SC_OLD-e85291329bb6aececc8860ce3c7c87ce12c90c12.tar.gz
opensim-SC_OLD-e85291329bb6aececc8860ce3c7c87ce12c90c12.tar.bz2
opensim-SC_OLD-e85291329bb6aececc8860ce3c7c87ce12c90c12.tar.xz
Add suppression of grid-side "show regions" command in simulator console for Hypergrid setups as well as normal grid.
Should have been done in recent commit 6048dfcd Resolves http://opensimulator.org/mantis/view.php?id=7281
-rw-r--r--bin/config-include/GridHypergrid.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini
index 27cc9d8..8dadd76 100644
--- a/bin/config-include/GridHypergrid.ini
+++ b/bin/config-include/GridHypergrid.ini
@@ -79,6 +79,7 @@
79 79
80 HypergridLinker = true 80 HypergridLinker = true
81 AllowHypergridMapSearch = true 81 AllowHypergridMapSearch = true
82 SuppressConsoleCommands = true
82 83
83[LibraryService] 84[LibraryService]
84 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" 85 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"