mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
oops, dont ask things twice
This commit is contained in:
@@ -163,9 +163,7 @@ namespace OpenSim.Framework.Console
|
||||
{
|
||||
itisdone = true;
|
||||
|
||||
ret = Prompt(p, def);
|
||||
|
||||
if (def != null)
|
||||
if (def == null)
|
||||
ret = ReadLine(String.Format("{0}: ", p), false, echo);
|
||||
else
|
||||
ret = ReadLine(String.Format("{0} [{1}]: ", p, def), false, echo);
|
||||
|
||||
Reference in New Issue
Block a user