Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed May 13, 2023
1 parent c4195a9 commit ff4fc1f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions data/packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -529,22 +529,22 @@
"../Constructs",
],
],
"lua/NovaHook" => [
"priority" => 2,
"author" => "Nova_Plays",
"version" => "1.1.2",
"description" => "A simple script for sending detections and classifications, as well as new sessions and in-game chat, to a Discord webhook.",
"depends" => [
"lua/natives-1681379138"
],
"files" => [
"NovaHook.pluto" => "raw.githubusercontent.com/NovaPlays134/NovaHook/1.1.2/NovaHook.pluto",
],
"resources" => [
"resources/NovaHook/NovaHook_logo.png" => "raw.githubusercontent.com/NovaPlays134/NovaHook/1.1.2/resources/NovaHook/NovaHook_logo.png",
"resources/NovaHook/webhook_logo.png" => "raw.githubusercontent.com/NovaPlays134/NovaHook/1.1.2/resources/NovaHook/webhook_logo.png"
],
],
"lua/NovaHook" => [
"priority" => 2,
"author" => "Nova_Plays",
"version" => "1.1.2",
"description" => "A simple script for sending detections and classifications, as well as new sessions and in-game chat, to a Discord webhook.",
"depends" => [
"lua/natives-1681379138"
],
"files" => [
"NovaHook.pluto" => "raw.githubusercontent.com/NovaPlays134/NovaHook/1.1.2/NovaHook.pluto",
],
"resources" => [
"resources/NovaHook/NovaHook_logo.png" => "raw.githubusercontent.com/NovaPlays134/NovaHook/1.1.2/resources/NovaHook/NovaHook_logo.png",
"resources/NovaHook/webhook_logo.png" => "raw.githubusercontent.com/NovaPlays134/NovaHook/1.1.2/resources/NovaHook/webhook_logo.png"
],
],
];

foreach($packages as $name => &$package)
Expand Down

0 comments on commit ff4fc1f

Please sign in to comment.