please do not end your paths with /

This commit is contained in:
SandPoot
2024-03-13 14:43:40 -03:00
parent f68671320b
commit 8516b07eee
20 changed files with 35 additions and 43 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
strip_menu = new(source, src)
LAZYSET(strip_menus, source, strip_menu)
INVOKE_ASYNC(strip_menu, TYPE_PROC_REF(/datum/, ui_interact), user)
INVOKE_ASYNC(strip_menu, TYPE_PROC_REF(/datum, ui_interact), user)
/// A representation of an item that can be stripped down
/datum/strippable_item