diff --git a/code/game/machinery/teleporter.dm b/code/game/machinery/teleporter.dm index d34a6cd5ed4..3057ad9c3b2 100644 --- a/code/game/machinery/teleporter.dm +++ b/code/game/machinery/teleporter.dm @@ -583,7 +583,7 @@ if(linked_stations.len < efficiency) linked_stations.Add(M.buffer) M.buffer = null - to_chat(user, "You upload the data from [M]'s buffer.") //upload? + to_chat(user, "You upload the data from [M]'s buffer.") else to_chat(user, "This station can't hold more information, try to use better parts.") return