mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
- turn private m_gui into protected m_gui to allow manipulation in
derived classes - make OpenSimBackground inherit from OpenSim instead of OpenSimBase so that it will have a MainConsole instance and we can use console commands, setting m_gui to false
This commit is contained in:
@@ -51,10 +51,10 @@ namespace OpenSim
|
||||
|
||||
protected string m_startupCommandsFile;
|
||||
protected string m_shutdownCommandsFile;
|
||||
protected bool m_gui = false;
|
||||
|
||||
private string m_timedScript = "disabled";
|
||||
private Timer m_scriptTimer;
|
||||
private bool m_gui = false;
|
||||
|
||||
public OpenSim(IConfigSource configSource) : base(configSource)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user