ID:1969148
 
Resolved
Looping through area contents, or copying an area's contents, didn't behave correctly.
BYOND Version:509.1307
Operating System:N/A
Web Browser:N/A
Applies to:Dream Daemon
Status: Resolved (509.1308)

This issue has been resolved.
Descriptive Problem Summary:

Looping through area contents, or copying an area's contents, still isn't correct.

Code Snippet (if applicable) to Reproduce Problem:
for(var/turf/T in thearea)
src << "Found turf"
break


Expected Results:

If the area has any turfs, they will be found.

Actual Results:

Not so much!
Lummox JR resolved issue with message:
Looping through area contents, or copying an area's contents, didn't behave correctly.