mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 14:26:30 +01:00
Fixed a typo in reset code.
This commit is contained in:
parent
0719391f39
commit
c6f5f33cbd
1 changed files with 2 additions and 2 deletions
|
|
@ -302,8 +302,8 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
|
|||
|
||||
def reset_times(self, obj):
|
||||
"By deleteting the caches we force a re-load."
|
||||
del obj.ndb.last_season
|
||||
del ndb.last_timeslot
|
||||
obj.ndb.last_season = None
|
||||
obj.ndb.last_timeslot = None
|
||||
|
||||
def func(self):
|
||||
"Define extended command"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue