diff options
author | Teravus Ovares | 2008-06-18 23:04:15 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-06-18 23:04:15 +0000 |
commit | cb29926e3cefedd9bea3c26b1b7f079c8209f6fa (patch) | |
tree | bbf08176c4257299b825d899960f750266b4df1a /OpenSim/Region/Environment/Modules/World | |
parent | commit justin's grafitti board to the base OpenSim script (diff) | |
download | opensim-SC_OLD-cb29926e3cefedd9bea3c26b1b7f079c8209f6fa.zip opensim-SC_OLD-cb29926e3cefedd9bea3c26b1b7f079c8209f6fa.tar.gz opensim-SC_OLD-cb29926e3cefedd9bea3c26b1b7f079c8209f6fa.tar.bz2 opensim-SC_OLD-cb29926e3cefedd9bea3c26b1b7f079c8209f6fa.tar.xz |
* Refactors call to OutPacket out of AssetCache and into LLClientView
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World')
-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 a64d857..4935672 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -684,6 +684,10 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
684 | { | 684 | { |
685 | } | 685 | } |
686 | 686 | ||
687 | public void SendAsset(AssetRequestToClient req) | ||
688 | { | ||
689 | } | ||
690 | |||
687 | public void SetDebug(int newDebug) | 691 | public void SetDebug(int newDebug) |
688 | { | 692 | { |
689 | } | 693 | } |