mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +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:
@@ -41,7 +41,6 @@ namespace OpenSim.Region.ClientStack
|
||||
protected override void ProcessInPacket(Packet Pack)
|
||||
{
|
||||
ack_pack(Pack);
|
||||
debug = true;
|
||||
if (debug)
|
||||
{
|
||||
if (Pack.Type != PacketType.AgentUpdate)
|
||||
|
||||
Reference in New Issue
Block a user