mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +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:
@@ -38,7 +38,7 @@ namespace OpenSim.Framework
|
||||
|
||||
string Prompt(string p, string def = null, List<char> excludedCharacters = null, bool echo = true);
|
||||
|
||||
// Displays a command prompt and returns a default value, user may only enter 1 of 2 options
|
||||
// Displays a prompt and returns a default value, user may only enter 1 of 2 options
|
||||
string Prompt(string prompt, string defaultresponse, List<string> options);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user