aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/Program.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/Program.cs b/OpenSim/Region/Examples/SimpleApp/Program.cs
index d872bf6..9844f9e 100644
--- a/OpenSim/Region/Examples/SimpleApp/Program.cs
+++ b/OpenSim/Region/Examples/SimpleApp/Program.cs
@@ -186,7 +186,7 @@ namespace SimpleApp
186 186
187 protected override StorageManager CreateStorageManager(string connectionstring) 187 protected override StorageManager CreateStorageManager(string connectionstring)
188 { 188 {
189 return new StorageManager("OpenSim.DataStore.NullStorage.dll", "simpleapp.yap"); 189 return new StorageManager("OpenSim.DataStore.NullStorage.dll", "simpleapp.yap", false);
190 } 190 }
191 191
192 protected override PhysicsScene GetPhysicsScene() 192 protected override PhysicsScene GetPhysicsScene()
@@ -215,4 +215,4 @@ namespace SimpleApp
215 app.Run(); 215 app.Run();
216 } 216 }
217 } 217 }
218} \ No newline at end of file 218}