diff options
author | MW | 2007-03-31 21:18:05 +0000 |
---|---|---|
committer | MW | 2007-03-31 21:18:05 +0000 |
commit | 548b125b7c628f078854f95ba2ab9f3973ee4841 (patch) | |
tree | bf3bb092bd309a6a20d14627e9606a1727f90087 /OpenSim.RegionServer/OpenSimMain.cs | |
parent | Can now Rez and DeRez objects (take to and from inventory). (diff) | |
download | opensim-SC-548b125b7c628f078854f95ba2ab9f3973ee4841.zip opensim-SC-548b125b7c628f078854f95ba2ab9f3973ee4841.tar.gz opensim-SC-548b125b7c628f078854f95ba2ab9f3973ee4841.tar.bz2 opensim-SC-548b125b7c628f078854f95ba2ab9f3973ee4841.tar.xz |
Added Packet handlers to SimClient
Diffstat (limited to 'OpenSim.RegionServer/OpenSimMain.cs')
-rw-r--r-- | OpenSim.RegionServer/OpenSimMain.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/OpenSimMain.cs b/OpenSim.RegionServer/OpenSimMain.cs index b173088..9d0e6ae 100644 --- a/OpenSim.RegionServer/OpenSimMain.cs +++ b/OpenSim.RegionServer/OpenSimMain.cs | |||
@@ -50,6 +50,7 @@ using OpenSim.Servers; | |||
50 | 50 | ||
51 | namespace OpenSim | 51 | namespace OpenSim |
52 | { | 52 | { |
53 | |||
53 | public class OpenSimMain : OpenSimNetworkHandler, conscmd_callback | 54 | public class OpenSimMain : OpenSimNetworkHandler, conscmd_callback |
54 | { | 55 | { |
55 | private PhysicsManager physManager; | 56 | private PhysicsManager physManager; |