mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
make Console Promt(..) compatible with rest of code, again
This commit is contained in:
@@ -66,6 +66,8 @@ namespace OpenSim.Framework.Console
|
||||
public void Output(string format, string level, params object[] components) { }
|
||||
|
||||
public string Prompt(string p) { return ""; }
|
||||
public string Prompt(string p, string def) { return ""; }
|
||||
public string Prompt(string p, List<char> excludedCharacters) { return ""; }
|
||||
public string Prompt(string p, string def, List<char> excludedCharacters, bool echo) { return ""; }
|
||||
|
||||
public string Prompt(string prompt, string defaultresponse, List<string> options) { return ""; }
|
||||
|
||||
Reference in New Issue
Block a user