From 4883512342c15c125079e2a64028d46263e9fc38 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 6 Apr 2016 19:03:57 +0200 Subject: [PATCH] Fixed and tested the monitor/unmonitor inputfunc from both GMCP and MSDP --- evennia/scripts/monitorhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/scripts/monitorhandler.py b/evennia/scripts/monitorhandler.py index 970894a8bc..da5e2eeaa8 100644 --- a/evennia/scripts/monitorhandler.py +++ b/evennia/scripts/monitorhandler.py @@ -118,7 +118,7 @@ class MonitorHandler(object): """ if not fieldname.startswith("db_") or not hasattr(obj, fieldname): - # an Attribute - we track it's db_value field + # an Attribute - we track its db_value field obj = obj.attributes.get(fieldname, return_obj=True) if not obj: return