From 44b0c79662814c5478c1406b344a0d1fef87f5ed Mon Sep 17 00:00:00 2001 From: Shugo Kawamura Date: Fri, 4 Aug 2023 21:03:28 +0900 Subject: [PATCH] Fix "penetrated" field type on document. --- documentation/docs/event_schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/event_schema.yml b/documentation/docs/event_schema.yml index 6feeda13c..8fbc8095e 100644 --- a/documentation/docs/event_schema.yml +++ b/documentation/docs/event_schema.yml @@ -670,7 +670,7 @@ webhooks: description: Indicates if the player was killed through smoke. `ThruSmoke` in SourceMod. penetrated: - type: boolean + type: number description: Indicates if the player was killed through an object (another player or walls). `Penetrated` in SourceMod. attacker_blind: