just remove the damm thing

This commit is contained in:
UbitUmarov
2012-09-26 16:17:49 +01:00
parent 7e3eba1064
commit 617f1b9223
7 changed files with 7 additions and 29 deletions

View File

@@ -150,7 +150,7 @@ namespace OpenSim.Region.ClientStack.Linden
base(null, null, null, null, pId, int.MaxValue)
{
HasEvents = (x, y) => { lock (responses) return responses.ContainsKey(x); };
GetEvents = (x, y, s) =>
GetEvents = (x, y) =>
{
lock (responses)
{