Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
audiomaster99 authored Oct 14, 2024
1 parent e1a5a25 commit ad65054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BombsiteAnnouncer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ public class Config : BasePluginConfig
{
"@css/vip",
"#css/admin",
"leave empty to show announcer to everyone"
"leave empty array []; to show announcer to everyone"
};
[JsonPropertyName("ConfigVersion")]
public override int Version { get; set; } = 3;
}
public partial class BombsiteAnnouncer : BasePlugin, IPluginConfig<Config>
{
public override string ModuleName => "BombsiteAnnouncer";
public override string ModuleAuthor => "audio_brutalci";
public override string ModuleAuthor => "itsAudio";
public override string ModuleDescription => "Simple bombsite announcer";
public override string ModuleVersion => "V. 0.0.6";
public override string ModuleVersion => "V. 0.0.7";

public required Config Config { get; set; }
public bool bombsiteAnnouncer;
Expand Down

0 comments on commit ad65054

Please sign in to comment.