diff --git a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm
index c8a62065f57..9122c9983eb 100644
--- a/code/modules/shuttle/shuttle.dm
+++ b/code/modules/shuttle/shuttle.dm
@@ -737,9 +737,8 @@
return
cooldown = 1
to_chat(usr, "Your request has been recieved by Centcom.")
- for(var/client/A in admins)
- if(check_rights(R_SERVER|R_EVENT, 0, A.mob))
- to_chat(A, "FERRY: [key_name_admin(usr)] (Move Ferry) is requesting to move the transport ferry to Centcom.")
+ log_admin("[key_name(usr)] requested to move the transport ferry to Centcom.")
+ message_admins("FERRY: [key_name_admin(usr)] (Move Ferry) is requesting to move the transport ferry to Centcom.")
spawn(600) //One minute cooldown
cooldown = 0