diff --git a/src/java/com/threerings/presents/data/ConMgrStats.java b/src/java/com/threerings/presents/data/ConMgrStats.java index 5aa94686d..1c37a807e 100644 --- a/src/java/com/threerings/presents/data/ConMgrStats.java +++ b/src/java/com/threerings/presents/data/ConMgrStats.java @@ -21,12 +21,12 @@ package com.threerings.presents.data; -import com.threerings.io.Streamable; +import com.threerings.io.SimpleStreamableObject; /** * Used to track and report stats on the connection manager. */ -public class ConMgrStats implements Streamable +public class ConMgrStats extends SimpleStreamableObject { /** The current index into the history arrays. */ public int current;