1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update the sample config to comply with the revised script loading system.

This commit is contained in:
Sandu Liviu Catalin 2016-06-18 20:33:56 +03:00
parent 8846cb9351
commit 07c7ebb8d1

View File

@ -25,9 +25,12 @@ LogFileTimestamp=true
#Filename=mymod.log
# List of scripts to load
# - Compile=path > Compile the script and execute after all scripts were compiled
# - Execute=path > Compile the script and execute it immediately
# - Section=name > Search for more scripts in a different section
[Scripts]
Source=bootstrap.nut
Execute=bootstrap.nut
# Custom script options
[Options]
MyOption="Hello from config!"
MyOption="Hello from config!"