* Added copy_object() to the object manager

* Added @copy command (builders only)
* Moved the greeting for first-time logins into a hook in basicplayer
* Fixed bug in @set to handle whitespace better
* Added the /drop switch to @create
/Griatch
This commit is contained in:
Griatch 2009-09-27 10:05:47 +00:00
parent ee1b891ef4
commit 0e46a61c85
5 changed files with 150 additions and 16 deletions

View file

@ -430,7 +430,6 @@ class Object(models.Model):
"""
Returns an object's flag list.
"""
# Holds the list of flags to display
all_flags = []
if self.flags is not None:
# Add saved flags to the display list