diff --git a/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as b/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as index b0cbd391a..4706509fd 100644 --- a/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as +++ b/src/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as @@ -43,7 +43,7 @@ public class TimeBaseMarshaller_GotTimeBaseMarshaller switch (methodId) { case GOT_TIME_OID: (listener as TimeBaseService_GotTimeBaseListener).gotTimeOid( - (args[0] as Integer).value); + (args[0] as int)); return; default: