mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 15:07:16 +02:00
Fixed a typo in reset code.
This commit is contained in:
parent
aa602ce7f1
commit
0719391f39
1 changed files with 2 additions and 2 deletions
|
|
@ -378,8 +378,8 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
|
|||
# set a normal non-seasonal description (fallback) on extended room
|
||||
location.db.general_desc = self.args
|
||||
location.db.desc = self.args # compatability
|
||||
self.reset_times(obj)
|
||||
caller.msg("General description was set on %s." % obj.key)
|
||||
self.reset_times(location)
|
||||
caller.msg("General description was set on %s." % location.key)
|
||||
|
||||
# Simple command to view the current time and season
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue