ID:2221407
 
Resolved
oview() returned the reference object if the object had a null location. This is correct for view() but not for oview() which should never include the reference object.
BYOND Version:511.1376
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Chrome 56.0.2924.87
Applies to:Dream Seeker
Status: Resolved (511.1377)

This issue has been resolved.
oview(0,ref) is including ref in the returned list when the ref's loc is null.

oview() should never return ref in any case.
Lummox JR resolved issue with message:
oview() returned the reference object if the object had a null location. This is correct for view() but not for oview() which should never include the reference object.