Dooh, failed to save my removal of this debug statement.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@236 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -787,7 +787,6 @@ public class GameControlBackend
|
|||||||
|
|
||||||
} else if (EZGameObject.TICKER == name) {
|
} else if (EZGameObject.TICKER == name) {
|
||||||
var targs :Array = event.getArgs();
|
var targs :Array = event.getArgs();
|
||||||
trace("Got " + targs + " :" + targs[0] + "/" + targs[1]);
|
|
||||||
callUserCode("messageReceived_v1", (targs[0] as String), (targs[1] as int));
|
callUserCode("messageReceived_v1", (targs[0] as String), (targs[1] as int));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user