From 5d9f2e5bf4f162b7240f51e0b324eac45376dafb Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sat, 20 May 2023 22:14:17 -0500 Subject: [PATCH] done --- Plugin-Development.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugin-Development.md b/Plugin-Development.md index 58b114f..e156e39 100644 --- a/Plugin-Development.md +++ b/Plugin-Development.md @@ -98,5 +98,4 @@ const commands = [{ ### Live Reloading Thanks to JavaScript's flexibility and parsability, the plugin importer scans the plugins folder and reloads the JavaScript plugins on demand as they're modified. This allows faster development/testing/debugging. -## [Additional Examples](https://github.com/RaidMax/IW4M-Admin/tree/release/pre/Plugins/ScriptPlugins) -[test](test1/test2/test) \ No newline at end of file +## [Additional Examples](https://github.com/RaidMax/IW4M-Admin/tree/release/pre/Plugins/ScriptPlugins) \ No newline at end of file