Skip to content

Commit

Permalink
check for config version
Browse files Browse the repository at this point in the history
  • Loading branch information
CHR15cs committed Jan 15, 2024
1 parent 828690e commit 18b1bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSPracc/PraccPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public void OnConfigParsed(CSPraccConfig config)
{
return;
}
if(config.Version == null || config.Version == 0)
if(config.Version == null || config.Version == 1)
{
config.AdminRequirement = true;
config.ModeToLoad = Enums.PluginMode.Base;
Expand Down

0 comments on commit 18b1bd8

Please sign in to comment.