mirror of
https://github.com/evennia/evennia.git
synced 2026-04-07 00:45:22 +02:00
Added category keyword to AttributeHandler's all() and clear() methods.
This commit is contained in:
parent
48ddabdf25
commit
0a42b73824
3 changed files with 17 additions and 9 deletions
|
|
@ -49,7 +49,7 @@ from src.server import caches
|
|||
from src.server.caches import hashid
|
||||
from src.utils import logger, create
|
||||
|
||||
class _OOBTracker(Script):
|
||||
class _OOBTrackerScript(Script):
|
||||
"""
|
||||
Active tracker script, handles subscriptions
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue