fix reqscript link name

develop
Myk 2022-09-14 11:24:27 -07:00 committed by GitHub
parent b90126600f
commit d714274921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -478,6 +478,6 @@ Inside ``raw/scripts/example-mod/module-a.lua`` you could have code like this::
end
end
The `reqscript` function reloads scripts that have changed, so you can modify
The `reqscript <reqscript>` function reloads scripts that have changed, so you can modify
your scripts while DF is running and just disable/enable your mod to load the
changes into your ongoing game!