Fix missing Busy-Mode Response

http://opensimulator.org/mantis/view.php?id=5748
remove-scene-viewer
Pixel Tomsen 2011-10-22 16:41:17 +02:00 committed by BlueWall
parent 3fc47275cf
commit c2272a755f
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
if (dialog != (byte)InstantMessageDialog.MessageFromAgent
&& dialog != (byte)InstantMessageDialog.StartTyping
&& dialog != (byte)InstantMessageDialog.StopTyping
&& dialog != (byte)InstantMessageDialog.BusyAutoResponse
&& dialog != (byte)InstantMessageDialog.MessageFromObject)
{
return;