Skip to content

Commit

Permalink
Added slash commands to default command config. (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
GL1TCH1337 authored Apr 24, 2024
1 parent 7a12869 commit e847c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RetakesAllocatorCore/Config/Configs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ public Dictionary<
public LogLevel LogLevel { get; set; } = LogLevel.Information;
public string ChatMessagePluginName { get; set; } = "Retakes";
public string? ChatMessagePluginPrefix { get; set; }
public string InGameGunMenuCenterCommands { get; set; } = "gunsmenu,gunmenu,!gunmenu,!gunsmenu,!menugun,!menuguns";
public string InGameGunMenuChatCommands { get; set; } = "guns,!guns";
public string InGameGunMenuCenterCommands { get; set; } = "gunsmenu,gunmenu,!gunmenu,!gunsmenu,!menugun,!menuguns,/gunsmenu,/gunmenu";
public string InGameGunMenuChatCommands { get; set; } = "guns,!guns,/guns";
public ZeusPreference ZeusPreference { get; set; } = ZeusPreference.Never;

public DatabaseProvider DatabaseProvider { get; set; } = DatabaseProvider.Sqlite;
Expand Down

0 comments on commit e847c2e

Please sign in to comment.