mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Call SetServer on consoles reflectively to avoid having type checks in places where it tends to be forgotten to update them.
This commit is contained in:
@@ -46,6 +46,8 @@ namespace OpenSim.Framework.Console
|
||||
//
|
||||
public class RemoteConsole : CommandConsole
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
// Connection specific data, indexed by a session ID
|
||||
// we create when a client connects.
|
||||
protected class ConsoleConnection
|
||||
|
||||
Reference in New Issue
Block a user