* Fixed an annoying pop-up box when crossing borders.

This commit is contained in:
Teravus Ovares
2008-04-23 23:55:02 +00:00
parent 1909d74d5f
commit 12bba3da4b
5 changed files with 17 additions and 9 deletions

View File

@@ -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();