Added missing core.cfg entry.
This commit is contained in:
parent
3ac43497b9
commit
caa3343dea
@ -125,4 +125,12 @@
|
|||||||
* "no" - Warn about malware or illegal plugins loading
|
* "no" - Warn about malware or illegal plugins loading
|
||||||
*/
|
*/
|
||||||
"BlockBadPlugins" "yes"
|
"BlockBadPlugins" "yes"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* If a plugin takes too long to execute, hanging or freezing the game server in the process,
|
||||||
|
* SourceMod will attempt to terminate that plugin after the specified timeout length has
|
||||||
|
* passed. You can disable this feature by setting the value to "0".
|
||||||
|
*/
|
||||||
|
"SlowScriptTimeout" "8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user