X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Fmisc.py;h=202b6b2d8c5ccf95eac2223104490b564caa7833;hp=231858a5d4cccadc100d6105c28ea8d3e15a446b;hb=294f48a91ccd63d9597c2697cabbe968249c8a99;hpb=4edd0d763faf8b3212304e2e9eac5f2faec3da9f diff --git a/mudpy/misc.py b/mudpy/misc.py index 231858a..202b6b2 100644 --- a/mudpy/misc.py +++ b/mudpy/misc.py @@ -1401,7 +1401,7 @@ def on_pulse(): # add an element for counters if it doesn't exist if "counters" not in universe.categories.get("internal", {}): - Element("internal:counters", universe, old_style=True) + Element("internal.counters", universe) # update the log every now and then if not universe.categories["internal"]["counters"].get("mark"):