mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
fix localconsole so viewer one can display things
This commit is contained in:
@@ -84,7 +84,7 @@ namespace OpenSim.Framework.Console
|
||||
{
|
||||
}
|
||||
|
||||
public void Output(string format)
|
||||
public virtual void Output(string format)
|
||||
{
|
||||
System.Console.WriteLine(format);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user