I was hosting a project of mine via DD , using the newest release. (DS not the web client.)
Loading the map list with the maps found within the folder "MAPS/" but for some reason some strings/maps are missing and output I've sent to a player seems to of been added to the global map_list variable. Which I don't understand how that could happen since the two aren't even connected code-wise.
Selecting Maps
var/MAP_FILE = input(src,"Which map are you wanting to load?") in map_files + "None"
Output Code
MSG(mob/M,text)
//other stuff
m.maptext = "<font size=1><b>[m.value]</b></font>"
m's maptext appears in the map_files list.
Workarounds:
Any BYOND versions besides the newest.