aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Console/ConsoleBase.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-04-23 23:55:02 +0000
committerTeravus Ovares2008-04-23 23:55:02 +0000
commit12bba3da4bb74ac3727763d2bda3fb3eadd4159b (patch)
tree1f6c64b01c033acafd444e83069154cf3bf7b5a3 /OpenSim/Framework/Console/ConsoleBase.cs
parent* Patch from Melanie. Mantis 0001037: Add various internal plumbing to the... (diff)
downloadopensim-SC_OLD-12bba3da4bb74ac3727763d2bda3fb3eadd4159b.zip
opensim-SC_OLD-12bba3da4bb74ac3727763d2bda3fb3eadd4159b.tar.gz
opensim-SC_OLD-12bba3da4bb74ac3727763d2bda3fb3eadd4159b.tar.bz2
opensim-SC_OLD-12bba3da4bb74ac3727763d2bda3fb3eadd4159b.tar.xz
* Fixed an annoying pop-up box when crossing borders.
Diffstat (limited to 'OpenSim/Framework/Console/ConsoleBase.cs')
-rw-r--r--OpenSim/Framework/Console/ConsoleBase.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs
index f6d8ebd..adaec4e 100644
--- a/OpenSim/Framework/Console/ConsoleBase.cs
+++ b/OpenSim/Framework/Console/ConsoleBase.cs
@@ -235,7 +235,7 @@ namespace OpenSim.Framework.Console
235 { 235 {
236 } 236 }
237 } 237 }
238 238
239 public string ReadLine() 239 public string ReadLine()
240 { 240 {
241 try 241 try
@@ -248,7 +248,7 @@ namespace OpenSim.Framework.Console
248 return String.Empty; 248 return String.Empty;
249 } 249 }
250 } 250 }
251 251
252 public int Read() 252 public int Read()
253 { 253 {
254 return System.Console.Read(); 254 return System.Console.Read();