From 472f8b7c40e687af229b0687caf0e901d42e54bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omelette=20=E8=9B=8B=E5=8D=B7?= Date: Wed, 10 Jan 2024 03:07:25 -0500 Subject: [PATCH] fix: original dcs fiddle instruction link --- README.md | 2 +- src/hooks/dcs-fiddle-server.lua | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17fc154..50f9b05 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Allows for quick development and debugging of running scripted missions directly ### DCS Hooks Installation Install DCS Fiddle script the same way as the original web version, and de-sanitize mission scripting. -[**Original instruction here**](https://dcsfiddle.pages.dev/docs.) +[**Original instruction here**](https://dcsfiddle.pages.dev/docs) All credits of this scripts and its API implementations go to the original authors [JonathanTurnock](https://github.com/JonathanTurnock) and [john681611](https://github.com/john681611). diff --git a/src/hooks/dcs-fiddle-server.lua b/src/hooks/dcs-fiddle-server.lua index 276fce2..25baf66 100644 --- a/src/hooks/dcs-fiddle-server.lua +++ b/src/hooks/dcs-fiddle-server.lua @@ -1,3 +1,6 @@ +-- Note: This is a modified version of the DCS Fiddle Server to add authentication for public servers. +-- All credit goes to the original authors of DCS Fiddle: JonathanTurnock and john681611 + FIDDLE = {} -- Configs: