Skip to content

Commit

Permalink
look at those linters.
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Feb 26, 2024
1 parent 4d479a4 commit 4921804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@
. = ..()
if(!user.mind?.guestbook)
return
INVOKE_ASYNC(user.mind.guestbook, /datum/guestbook.proc/try_add_guest, user, src, FALSE)
INVOKE_ASYNC(user.mind.guestbook, TYPE_PROC_REF(/datum/guestbook, try_add_guest), user, src, FALSE)

/mob/living/carbon/human/get_screentip_name(client/hovering_client)
. = ..()
Expand Down

0 comments on commit 4921804

Please sign in to comment.