adds logging variable to enable shuttle log spam

This commit is contained in:
Atermonera
2020-05-09 01:22:44 -07:00
committed by Leshana
parent 320ae99f68
commit 7ecdd7e0b8
6 changed files with 28 additions and 17 deletions

View File

@@ -72,7 +72,7 @@
/datum/shuttle_destination/New(var/new_master)
my_landmark = SSshuttles.get_landmark(my_landmark)
if(!my_landmark)
log_debug("Web shuttle destination '[name]' could not find its landmark '[my_landmark]'.")
log_debug("Web shuttle destination '[name]' could not find its landmark '[my_landmark]'.") // Important error message
master = new_master
/datum/shuttle_destination/Destroy()