* removed try-catchall from scene constructor

* added reference server-side addnewprim prototype to Scene - not implementet yet though.
This commit is contained in:
lbsa71
2007-07-01 21:16:45 +00:00
parent 2852cda727
commit 2d34caabb9
4 changed files with 48 additions and 35 deletions

View File

@@ -78,6 +78,9 @@ namespace SimpleApp
pos, null);
client.SendChatMessage("Welcome to My World.", 1, pos, "System", LLUUID.Zero );
};
client.SendRegionHandshake(m_regionInfo);