diff options
author | Justin Clark-Casey (justincc) | 2010-01-22 16:26:42 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-01-22 16:26:42 +0000 |
commit | 2308b375a773d3c00d85f49e78ef7691720d002a (patch) | |
tree | 8e08f882358d5fd7e9a06147f8a571b77b4a52d3 /OpenSim | |
parent | Allow oar loading to work even if an estate module is not present (diff) | |
download | opensim-SC_OLD-2308b375a773d3c00d85f49e78ef7691720d002a.zip opensim-SC_OLD-2308b375a773d3c00d85f49e78ef7691720d002a.tar.gz opensim-SC_OLD-2308b375a773d3c00d85f49e78ef7691720d002a.tar.bz2 opensim-SC_OLD-2308b375a773d3c00d85f49e78ef7691720d002a.tar.xz |
minor: remove warning from LLClientView
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 515d0ea..4b5e4c4 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -9091,8 +9091,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
9091 | 9091 | ||
9092 | private bool HandleSendPostcard(IClientAPI client, Packet packet) | 9092 | private bool HandleSendPostcard(IClientAPI client, Packet packet) |
9093 | { | 9093 | { |
9094 | SendPostcardPacket SendPostcard = | 9094 | // SendPostcardPacket SendPostcard = |
9095 | (SendPostcardPacket)packet; | 9095 | // (SendPostcardPacket)packet; |
9096 | SendPostcard handlerSendPostcard = OnSendPostcard; | 9096 | SendPostcard handlerSendPostcard = OnSendPostcard; |
9097 | if (handlerSendPostcard != null) | 9097 | if (handlerSendPostcard != null) |
9098 | { | 9098 | { |