mirror of
https://github.com/omltcat/dcs-lua-runner.git
synced 2025-11-10 15:49:49 +00:00
fix: original dcs fiddle instruction link
This commit is contained in:
@@ -22,7 +22,7 @@ Allows for quick development and debugging of running scripted missions directly
|
|||||||
|
|
||||||
### DCS Hooks Installation
|
### DCS Hooks Installation
|
||||||
Install DCS Fiddle script the same way as the original web version, and de-sanitize mission scripting.
|
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).
|
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).
|
||||||
|
|
||||||
|
|||||||
@@ -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 = {}
|
FIDDLE = {}
|
||||||
|
|
||||||
-- Configs:
|
-- Configs:
|
||||||
|
|||||||
Reference in New Issue
Block a user