Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
audiomaster99 authored Apr 8, 2024
1 parent e835c23 commit 6039b17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions BombsiteAnnouncer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ public override void Load(bool hotReload)

public void OnConfigParsed(Config config)
{
if (config.Version < Config.Version)
{
Logger.LogWarning($"You should update your config. Your version {config.Version}, Expected version is {Config.Version}");
}

Config = config;
}
Expand Down

0 comments on commit 6039b17

Please sign in to comment.