Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/adminpm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
//omg this is dumb, just fill in both their tickets
// yogs start - Yog Tickets
admin_ticket_log(src, msg, FALSE)
if(!recipient.current_ticket) // creates a ticket if there is no ticket of this user
if(!recipient.current_ticket && !current_ticket) // creates a ticket if there is no ticket of either user
new /datum/admin_help(msg, recipient, TRUE) // yogs - Yog Tickets
if(recipient.current_ticket && !recipient.current_ticket.handling_admin)
recipient.current_ticket.Administer()
Expand Down