Diff of /trunk/ModularRex/RexBot/RexBot.cs
Parent Directory
|
Revision Log
|
Patch
| revision 242, Wed Oct 28 11:54:53 2009 UTC | revision 243, Wed Oct 28 12:00:23 2009 UTC | |
|---|---|---|
| # | Line 781 | Line 781 |
| 781 | set { m_circuitCode = value; } | set { m_circuitCode = value; } |
| 782 | } | } |
| 783 | ||
| 784 | public override void Close(bool shutdownCircuit) | public override void Close() |
| 785 | { | { |
| 786 | // Pull Client out of Region | // Pull Client out of Region |
| 787 | m_log.Info("[RexBot]: Removing bot " + Name); | m_log.Info("[RexBot]: Removing bot " + Name); |
| # | Line 789 | Line 789 |
| 789 | OnBotLogout(); | OnBotLogout(); |
| 790 | ||
| 791 | //raiseevent on the packet server to Shutdown the circuit | //raiseevent on the packet server to Shutdown the circuit |
| if (shutdownCircuit) | ||
| { | ||
| 792 | OnBotConnectionClosed(); | OnBotConnectionClosed(); |
| } | ||
| 793 | ||
| 794 | m_frames.Stop(); | m_frames.Stop(); |
| 795 | m_walkTime.Stop(); | m_walkTime.Stop(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

