File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The config is created automatically. ***(Path: `csgo/addons/counterstrikesharp/c
36
36
"CheckIfMemberIsInGroup" : false ,
37
37
"Apikey" : " " , //Steam Api Key - Only required when CheckIfMemberIsInGroup = true
38
38
"ServerID" : 1 , // -1 or 0 = disable. Increase this number on each server
39
- "ConfigVersion" : 1
39
+ "ConfigVersion" : 3
40
40
}
41
41
```
42
42
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public class Config : BasePluginConfig
28
28
{
29
29
[ JsonPropertyName ( "Enabled" ) ]
30
30
public bool Enabled { get ; set ; } = true ;
31
- public override int Version { get ; set ; } = 2 ;
31
+ public override int Version { get ; set ; } = 3 ;
32
32
[ JsonPropertyName ( "UseDatabase" ) ]
33
33
public bool UseDatabase { get ; set ; } = true ;
34
34
[ JsonPropertyName ( "KickIfFailed" ) ]
You can’t perform that action at this time.
0 commit comments