diff options
author | lbsa71 | 2007-07-01 21:16:45 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-01 21:16:45 +0000 |
commit | 2d34caabb9e3c346602566f7724c5e21014ed4ed (patch) | |
tree | def5cd87149c426a955f0db27298a4669f4f61c7 /OpenSim/Region/Examples/SimpleApp/MyWorld.cs | |
parent | More work on SceneObject/Primitive and building (Linking is a work in progres... (diff) | |
download | opensim-SC-2d34caabb9e3c346602566f7724c5e21014ed4ed.zip opensim-SC-2d34caabb9e3c346602566f7724c5e21014ed4ed.tar.gz opensim-SC-2d34caabb9e3c346602566f7724c5e21014ed4ed.tar.bz2 opensim-SC-2d34caabb9e3c346602566f7724c5e21014ed4ed.tar.xz |
* removed try-catchall from scene constructor
* added reference server-side addnewprim prototype to Scene - not implementet yet though.
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyWorld.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyWorld.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyWorld.cs b/OpenSim/Region/Examples/SimpleApp/MyWorld.cs index fe1fc16..3ba9c77 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyWorld.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyWorld.cs | |||
@@ -78,6 +78,9 @@ namespace SimpleApp | |||
78 | pos, null); | 78 | pos, null); |
79 | 79 | ||
80 | client.SendChatMessage("Welcome to My World.", 1, pos, "System", LLUUID.Zero ); | 80 | client.SendChatMessage("Welcome to My World.", 1, pos, "System", LLUUID.Zero ); |
81 | |||
82 | |||
83 | |||
81 | }; | 84 | }; |
82 | 85 | ||
83 | client.SendRegionHandshake(m_regionInfo); | 86 | client.SendRegionHandshake(m_regionInfo); |