From 274ce6987e0b017800ddb62fe65143e0d5e1cae5 Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 19 May 2007 18:32:01 +0000 Subject: Border crossing back to mostly working, still seems a problem in that you need to stop walking just after you cross the border for it to work properly (else you will continue moving into a negative position in the first sim) --- OpenSim/OpenSimMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/OpenSimMain.cs') diff --git a/OpenSim/OpenSimMain.cs b/OpenSim/OpenSimMain.cs index 30fed30..9025316 100644 --- a/OpenSim/OpenSimMain.cs +++ b/OpenSim/OpenSimMain.cs @@ -100,7 +100,7 @@ namespace OpenSim //Authenticate Session Handler AuthenticateSessionsLocal authen = new AuthenticateSessionsLocal(); this.AuthenticateSessionsHandler = authen; - this.checkServer = new CheckSumServer(12036, m_console); + this.checkServer = new CheckSumServer(12036); this.checkServer.ServerListener(); } else -- cgit v1.1