diff options
author | UbitUmarov | 2012-09-26 16:20:26 +0100 |
---|---|---|
committer | UbitUmarov | 2012-09-26 16:20:26 +0100 |
commit | be9cef8682cddf9589976f543e98e886d16098a1 (patch) | |
tree | af77abfcac930b9e6f196465d9c25272b9a6f8d2 | |
parent | just remove the damm thing (diff) | |
download | opensim-SC_OLD-be9cef8682cddf9589976f543e98e886d16098a1.zip opensim-SC_OLD-be9cef8682cddf9589976f543e98e886d16098a1.tar.gz opensim-SC_OLD-be9cef8682cddf9589976f543e98e886d16098a1.tar.bz2 opensim-SC_OLD-be9cef8682cddf9589976f543e98e886d16098a1.tar.xz |
missing file
-rw-r--r-- | OpenSim/Framework/Console/RemoteConsole.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/RemoteConsole.cs b/OpenSim/Framework/Console/RemoteConsole.cs index 50eb173..3e3c2b3 100644 --- a/OpenSim/Framework/Console/RemoteConsole.cs +++ b/OpenSim/Framework/Console/RemoteConsole.cs | |||
@@ -425,7 +425,7 @@ namespace OpenSim.Framework.Console | |||
425 | return false; | 425 | return false; |
426 | } | 426 | } |
427 | 427 | ||
428 | private Hashtable GetEvents(UUID RequestID, UUID sessionID, string request) | 428 | private Hashtable GetEvents(UUID RequestID, UUID sessionID) |
429 | { | 429 | { |
430 | ConsoleConnection c = null; | 430 | ConsoleConnection c = null; |
431 | 431 | ||