Fix multiple instances of to_chat not being used

This commit is contained in:
Tigercat2000
2016-04-23 20:45:37 -07:00
parent 514d165ad2
commit 57648bd6b7
6 changed files with 8 additions and 8 deletions
@@ -36,7 +36,7 @@
if(!map)
return
if(copytext("[map]",-4) != ".dmm")
usr << "Bad map file: [map]"
to_chat(usr, "Bad map file: [map]")
return
var/datum/map_template/M = new(map=map, rename="[map]")