diff options
* 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); |