lets check_dock be silent (#34614)

This commit is contained in:
Emmett Gaines
2018-01-21 13:34:17 -05:00
committed by CitadelStationBot
parent f692ffaa0c
commit 2054fc6433
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ interface with the mining shuttle at the landing site if a mobile beacon is also
for(var/obj/docking_port/stationary/S in SSshuttle.stationary)
if(!options.Find(S.id))
continue
if(!M.check_dock(S))
if(!M.check_dock(S, silent=TRUE))
continue
destination_found = 1
dat += "<A href='?src=[REF(src)];move=[S.id]'>Send to [S.name]</A><br>"