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:
parent
36d7e17a5a
commit
472f8b7c40
@ -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).
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user