mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
De-coupling the IClientAPI interface and ClientManager class from the
libsl/libomv Packet, as other client stacks could use other data types to pass packets around. Starting with InPacket() here, more to come.
This commit is contained in:
@@ -716,7 +716,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
{
|
||||
}
|
||||
|
||||
public void InPacket(Packet NewPack)
|
||||
public void InPacket(object NewPack)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user