From 7df84a3cad7dab00b015ea1bba6606a5975ec462 Mon Sep 17 00:00:00 2001 From: Neerti Date: Tue, 15 Dec 2015 21:10:22 -0500 Subject: [PATCH] Removes stray ..() in communicator.dm --- code/game/objects/items/devices/communicator/communicator.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/items/devices/communicator/communicator.dm b/code/game/objects/items/devices/communicator/communicator.dm index 38a16e7ad1..096f8daab1 100644 --- a/code/game/objects/items/devices/communicator/communicator.dm +++ b/code/game/objects/items/devices/communicator/communicator.dm @@ -170,7 +170,6 @@ var/global/list/obj/item/device/communicator/all_communicators = list() exonet.make_address("communicator-[src.client]-[src.client.prefs.real_name]") else exonet.make_address("communicator-[key]-[src.real_name]") - ..() // Proc: Destroy() // Parameters: None