Bugfixes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3876 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -29,7 +29,7 @@ public class ObjectOutputStream
|
||||
var cmap :ClassMapping = _classMap[cname];
|
||||
|
||||
// create a class mapping if we've not got one
|
||||
if (cmap === undefined) {
|
||||
if (cmap == null) {
|
||||
var streamer :Streamer = Streamer.getStreamer(obj);
|
||||
// streamer may be null to indicate a Streamable object
|
||||
if (streamer === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user