* More OutPacket refactors.

* Added back a sleep to the kick routine so users get a 'you have been logged off message' when they get kicked from the simulator for various reasons (like 'the simulator is going down')
This commit is contained in:
Teravus Ovares
2008-05-10 13:11:09 +00:00
parent b67f88a3a2
commit 1ba51dd2fd
5 changed files with 29 additions and 157 deletions

View File

@@ -535,6 +535,14 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendShutdownConnectionNotice()
{
}
public void SendSimStats(Packet pack)
{
}
private void Update()
{
frame++;