diff options
author | UbitUmarov | 2019-10-22 11:55:27 +0100 |
---|---|---|
committer | UbitUmarov | 2019-10-22 11:55:27 +0100 |
commit | 7939974d921064d4316b5143e3eb45d3e99abf33 (patch) | |
tree | 548394800d2538bb4ddeb26c45fcd16751b53143 /OpenSim/Framework/Console/MockConsole.cs | |
parent | a few changes on osslEnable.ini (diff) | |
download | opensim-SC-7939974d921064d4316b5143e3eb45d3e99abf33.zip opensim-SC-7939974d921064d4316b5143e3eb45d3e99abf33.tar.gz opensim-SC-7939974d921064d4316b5143e3eb45d3e99abf33.tar.bz2 opensim-SC-7939974d921064d4316b5143e3eb45d3e99abf33.tar.xz |
try to fix console AGAIN
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Framework/Console/MockConsole.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/MockConsole.cs b/OpenSim/Framework/Console/MockConsole.cs index 291b7e9..d314047 100755 --- a/OpenSim/Framework/Console/MockConsole.cs +++ b/OpenSim/Framework/Console/MockConsole.cs | |||
@@ -62,8 +62,8 @@ namespace OpenSim.Framework.Console | |||
62 | set {} | 62 | set {} |
63 | } | 63 | } |
64 | 64 | ||
65 | public void Output(string format) { } | ||
65 | public void Output(string format, params object[] components) { } | 66 | public void Output(string format, params object[] components) { } |
66 | public void Output(string format, string level, params object[] components) { } | ||
67 | 67 | ||
68 | public string Prompt(string p) { return ""; } | 68 | public string Prompt(string p) { return ""; } |
69 | public string Prompt(string p, string def) { return ""; } | 69 | public string Prompt(string p, string def) { return ""; } |