mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Hijacked simpleApp again (sorry lbsa71, guess I should create my own simpleApp), to try out a basic test npc character(/class).
This commit is contained in:
@@ -139,8 +139,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
/// <param name="fromAgentID"></param>
|
||||
public void SimChat(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID)
|
||||
{
|
||||
// Console.WriteLine("Chat message");
|
||||
ScenePresence avatar = null;
|
||||
ScenePresence avatar = null;
|
||||
if (this.Avatars.ContainsKey(fromAgentID))
|
||||
{
|
||||
avatar = this.Avatars[fromAgentID];
|
||||
|
||||
Reference in New Issue
Block a user