mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
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)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user