Fixed determining file extension.

This commit is contained in:
SamTV12345 2024-01-20 18:11:23 +01:00
parent 75b99386f2
commit 826dc93405
14 changed files with 250 additions and 332 deletions

View file

@ -2,7 +2,7 @@
These hooks are called on server-side.
=== loadSettings
Called from: src/node/server.js
Called from: src/node/server.ts
Things in context:
@ -11,7 +11,7 @@ Things in context:
Use this hook to receive the global settings in your plugin.
=== shutdown
Called from: src/node/server.js
Called from: src/node/server.ts
Things in context: None