mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Fixed an annoying pop-up box when crossing borders.
This commit is contained in:
@@ -235,7 +235,7 @@ namespace OpenSim.Framework.Console
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public string ReadLine()
|
||||
{
|
||||
try
|
||||
@@ -248,7 +248,7 @@ namespace OpenSim.Framework.Console
|
||||
return String.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public int Read()
|
||||
{
|
||||
return System.Console.Read();
|
||||
|
||||
Reference in New Issue
Block a user