diff options
author | Justin Clarke Casey | 2009-01-12 19:37:56 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-12 19:37:56 +0000 |
commit | ade107f04f42f448d0a7b34ae552cf54c3bf4f7e (patch) | |
tree | 3a3ca6b6104dd3f37e7596ebc27aa72d91c784d2 /OpenSim/Region/Environment/Modules/World | |
parent | Fix some C#3.0-isms that broke build in Mono 1.2.6 and MSVC# 2005. (diff) | |
download | opensim-SC_OLD-ade107f04f42f448d0a7b34ae552cf54c3bf4f7e.zip opensim-SC_OLD-ade107f04f42f448d0a7b34ae552cf54c3bf4f7e.tar.gz opensim-SC_OLD-ade107f04f42f448d0a7b34ae552cf54c3bf4f7e.tar.bz2 opensim-SC_OLD-ade107f04f42f448d0a7b34ae552cf54c3bf4f7e.tar.xz |
* Separate starting a client thread into a separate Start() method (which matches the existing Stop() and Restart() methods)
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index d06f35a..f0d5de2 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -812,6 +812,10 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
812 | { | 812 | { |
813 | } | 813 | } |
814 | 814 | ||
815 | public void Start() | ||
816 | { | ||
817 | } | ||
818 | |||
815 | public void Stop() | 819 | public void Stop() |
816 | { | 820 | { |
817 | } | 821 | } |