Add default config
This commit is contained in:
parent
62ece8d8dd
commit
0d65944d4f
@ -5,7 +5,8 @@
|
|||||||
* Author: dkanus
|
* Author: dkanus
|
||||||
* Home repo: https://insultplayers.ru/git/dkanus/KFZedsReport
|
* Home repo: https://insultplayers.ru/git/dkanus/KFZedsReport
|
||||||
*/
|
*/
|
||||||
class KFZedsReportMut extends Mutator;
|
class KFZedsReportMut extends Mutator
|
||||||
|
config(KFZedsReport);
|
||||||
|
|
||||||
// How often should we update our information?
|
// How often should we update our information?
|
||||||
var config float updateInterval;
|
var config float updateInterval;
|
||||||
|
6
Configs/KFZedsReport.ini
Normal file
6
Configs/KFZedsReport.ini
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[KFZedsReport.KFZedsReportMut]
|
||||||
|
;= Home repo: https://insultplayers.ru/git/dkanus/KFZedsReport
|
||||||
|
;= How often should we update our information?
|
||||||
|
updateInterval=0.25
|
||||||
|
;= Over what interval do we count average spawn rate?
|
||||||
|
smoothingInterval=10.0
|
Loading…
Reference in New Issue
Block a user