aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MyWorld.cs
diff options
context:
space:
mode:
authorlbsa712007-07-01 21:16:45 +0000
committerlbsa712007-07-01 21:16:45 +0000
commit2d34caabb9e3c346602566f7724c5e21014ed4ed (patch)
treedef5cd87149c426a955f0db27298a4669f4f61c7 /OpenSim/Region/Examples/SimpleApp/MyWorld.cs
parentMore work on SceneObject/Primitive and building (Linking is a work in progres... (diff)
downloadopensim-SC_OLD-2d34caabb9e3c346602566f7724c5e21014ed4ed.zip
opensim-SC_OLD-2d34caabb9e3c346602566f7724c5e21014ed4ed.tar.gz
opensim-SC_OLD-2d34caabb9e3c346602566f7724c5e21014ed4ed.tar.bz2
opensim-SC_OLD-2d34caabb9e3c346602566f7724c5e21014ed4ed.tar.xz
* removed try-catchall from scene constructor
* added reference server-side addnewprim prototype to Scene - not implementet yet though.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyWorld.cs3
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);