diff options
author | MW | 2007-04-01 20:42:42 +0000 |
---|---|---|
committer | MW | 2007-04-01 20:42:42 +0000 |
commit | f48aabd1b163fcb19d49748dc2f0c33aa277b091 (patch) | |
tree | 0fbe919b1cafbf7c2795443f64c470ecbc0aad10 /OpenSim | |
parent | More cleaning up of SimClient and packet handling (diff) | |
download | opensim-SC_OLD-f48aabd1b163fcb19d49748dc2f0c33aa277b091.zip opensim-SC_OLD-f48aabd1b163fcb19d49748dc2f0c33aa277b091.tar.gz opensim-SC_OLD-f48aabd1b163fcb19d49748dc2f0c33aa277b091.tar.bz2 opensim-SC_OLD-f48aabd1b163fcb19d49748dc2f0c33aa277b091.tar.xz |
More refactoring
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/RegionServer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/RegionServer.cs b/OpenSim/RegionServer.cs index db70203..56813f5 100644 --- a/OpenSim/RegionServer.cs +++ b/OpenSim/RegionServer.cs | |||
@@ -38,6 +38,7 @@ namespace OpenSim | |||
38 | if (args[i] == "-realphysx") | 38 | if (args[i] == "-realphysx") |
39 | { | 39 | { |
40 | physicsEngine = "RealPhysX"; | 40 | physicsEngine = "RealPhysX"; |
41 | allowFlying = true; | ||
41 | } | 42 | } |
42 | if (args[i] == "-ode") | 43 | if (args[i] == "-ode") |
43 | { | 44 | { |