mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Preliminary movement added to sugilite, forwards walking only and no animations.
This commit is contained in:
@@ -52,7 +52,7 @@ using OpenSim.GenericConfig;
|
||||
namespace OpenSim
|
||||
{
|
||||
|
||||
public class UDPServer : OpenSimNetworkHandler
|
||||
public class UDPServer : ClientStackNetworkHandler
|
||||
{
|
||||
protected Dictionary<EndPoint, uint> clientCircuits = new Dictionary<EndPoint, uint>();
|
||||
public Socket Server;
|
||||
|
||||
Reference in New Issue
Block a user