mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Gird mode in sugilite should now work in so far as you should be able to login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now).
Also trying to look at the map in grid mode will crash the server.
This commit is contained in:
@@ -71,7 +71,8 @@ namespace OpenSim.Region.ClientStack
|
||||
// Keep track of when this packet was sent out
|
||||
Pack.TickCount = Environment.TickCount;
|
||||
|
||||
Console.WriteLine("OUT: " + Pack.Type.ToString());
|
||||
|
||||
// Console.WriteLine("OUT: " + Pack.Type.ToString());
|
||||
|
||||
if (!Pack.Header.Resent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user