diff options
Final part for implementing SendChildAgentDataUpdate with modules. This is the part that uses the modules in Scene and related classes. This commit breaks compatibility of sim-sim SendChildAgentUpdates with older versions of OpenSim.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index cc117ad..6c30f6e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -179,6 +179,11 @@ | |||
179 | ;WorldMapModule = "WorldMap" | 179 | ;WorldMapModule = "WorldMap" |
180 | ;MapImageModule = "MapImageModule" | 180 | ;MapImageModule = "MapImageModule" |
181 | 181 | ||
182 | [Communications] | ||
183 | |||
184 | ;InterregionComms = "LocalComms" | ||
185 | InterregionComms = "RESTComms" | ||
186 | ;InterregionComms = "HGRESTComms" | ||
182 | 187 | ||
183 | [StandAlone] | 188 | [StandAlone] |
184 | accounts_authenticate = true | 189 | accounts_authenticate = true |