diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/ScriptServer/RemotingObject.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Grid/ScriptServer/RemotingObject.cs b/OpenSim/Grid/ScriptServer/RemotingObject.cs index c9d102b..412855e 100644 --- a/OpenSim/Grid/ScriptServer/RemotingObject.cs +++ b/OpenSim/Grid/ScriptServer/RemotingObject.cs | |||
@@ -1,4 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) Contributors, http://opensimulator.org/ | 2 | * Copyright (c) Contributors, http://opensimulator.org/ |
3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. | 3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. |
4 | * | 4 | * |
@@ -38,7 +38,6 @@ namespace OpenSim.Grid.ScriptServer | |||
38 | { | 38 | { |
39 | // This object will be exposed over remoting. It is a singleton, so it exists only in as one instance. | 39 | // This object will be exposed over remoting. It is a singleton, so it exists only in as one instance. |
40 | 40 | ||
41 | |||
42 | ScriptServerInterfaces.RemoteEvents ScriptServerInterfaces.ServerRemotingObject.Events() | 41 | ScriptServerInterfaces.RemoteEvents ScriptServerInterfaces.ServerRemotingObject.Events() |
43 | { | 42 | { |
44 | return ScriptServerMain.Engine.EventManager(); | 43 | return ScriptServerMain.Engine.EventManager(); |