Sync to v7.2.0
This commit is contained in:
@@ -0,0 +1 @@
|
||||
return args.item?.actor?.type !== "vehicle" || args.item?.type !== "weapon" || !args.item.name.includes("Cannon");
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
return args.item?.actor?.type !== "vehicle" || args.item?.type !== "weapon" || !args.item.name.includes("Cannon");
|
||||