diff options
Diffstat (limited to 'OpenSim/Examples')
-rw-r--r-- | OpenSim/Examples/SimpleApp/MyWorld.cs | 2 | ||||
-rw-r--r-- | OpenSim/Examples/SimpleApp/Program.cs | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Examples/SimpleApp/MyWorld.cs b/OpenSim/Examples/SimpleApp/MyWorld.cs index 477d29d..01e0c59 100644 --- a/OpenSim/Examples/SimpleApp/MyWorld.cs +++ b/OpenSim/Examples/SimpleApp/MyWorld.cs | |||
@@ -69,7 +69,7 @@ namespace SimpleApp | |||
69 | { | 69 | { |
70 | client.SendAvatarData(m_regionInfo.RegionHandle, client.FirstName, | 70 | client.SendAvatarData(m_regionInfo.RegionHandle, client.FirstName, |
71 | client.LastName, client.AgentId, 0, | 71 | client.LastName, client.AgentId, 0, |
72 | pos); | 72 | pos, null); |
73 | 73 | ||
74 | client.SendChatMessage("Welcome to My World.", 1, pos, "System", LLUUID.Zero ); | 74 | client.SendChatMessage("Welcome to My World.", 1, pos, "System", LLUUID.Zero ); |
75 | }; | 75 | }; |
diff --git a/OpenSim/Examples/SimpleApp/Program.cs b/OpenSim/Examples/SimpleApp/Program.cs index ffcaa52..b56e77e 100644 --- a/OpenSim/Examples/SimpleApp/Program.cs +++ b/OpenSim/Examples/SimpleApp/Program.cs | |||
@@ -27,8 +27,8 @@ namespace SimpleApp | |||
27 | m_log = new LogBase(null, "SimpleApp", this, false); | 27 | m_log = new LogBase(null, "SimpleApp", this, false); |
28 | MainLog.Instance = m_log; | 28 | MainLog.Instance = m_log; |
29 | 29 | ||
30 | CheckSumServer checksumServer = new CheckSumServer(12036); | 30 | // CheckSumServer checksumServer = new CheckSumServer(12036); |
31 | checksumServer.ServerListener(); | 31 | // checksumServer.ServerListener(); |
32 | 32 | ||
33 | string simAddr = "127.0.0.1"; | 33 | string simAddr = "127.0.0.1"; |
34 | int simPort = 9000; | 34 | int simPort = 9000; |