allow updates in quiet zone

This commit is contained in:
David Rose 2001-08-23 23:34:28 +00:00
parent a3af5d8c6a
commit 6b2a21f305

View File

@ -11,7 +11,9 @@ CLIENT_CREATE_OBJECT_REQUIRED_OTHER = 35
# These messages are ignored when the client is headed to the quiet zone
QUIET_ZONE_IGNORED_LIST = [
CLIENT_OBJECT_UPDATE_FIELD,
# We mustn't ignore updates, because some updates for localToon
# are always important.
#CLIENT_OBJECT_UPDATE_FIELD,
CLIENT_CREATE_OBJECT_REQUIRED,
CLIENT_CREATE_OBJECT_REQUIRED_OTHER,
]