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:
parent
8846cb9351
commit
07c7ebb8d1
@ -25,8 +25,11 @@ 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]
|
||||
|
Loading…
Reference in New Issue
Block a user