mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
adds logging variable to enable shuttle log spam
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user