changes C to src, removes an unnecessary proc

This commit is contained in:
Birdtalon
2018-10-25 18:36:39 +01:00
parent 7787a92848
commit 19d805c5f4
+1 -2
View File
@@ -193,9 +193,8 @@
i.addResponse(src, msg) // Add this response to their open tickets.
return
tickets = SStickets.checkForTicket(C)
if(check_rights(R_ADMIN|R_MOD, 0, C.mob)) //Is the person being pm'd an admin? If so we check if the pm'er has open tickets
tickets = SStickets.checkForTicket(C)
tickets = SStickets.checkForTicket(src)
if(tickets)
for(var/datum/admin_ticket/i in tickets)
i.addResponse(src, msg)