mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
just remove the damm thing
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user