mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Remove the Timekeeper script as part of tradehandler's finish() method.
This commit is contained in:
parent
e83531da33
commit
25cdecc0db
1 changed files with 1 additions and 0 deletions
|
|
@ -370,6 +370,7 @@ class TradeHandler(object):
|
|||
self.partB.cmdset.delete("cmdset_trade")
|
||||
self.partA_offers = None
|
||||
self.partB_offers = None
|
||||
self.partA.scripts.stop("trade_request_timeout")
|
||||
# this will kill it also from partB
|
||||
del self.partA.ndb.tradehandler
|
||||
if self.partB.ndb.tradehandler:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue