Skip to content

Commit

Permalink
Core: Added a slash command for toggling the progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Jul 19, 2023
1 parent d063743 commit eeb129c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/EventHandlers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@ function R:OnChatCommand(input)
self:Print("Current map: " .. mapID .. " ~ " .. mapName)
elseif strlower(input) == "purge" then -- TODO: This should be done automatically, no?
self.Database:PurgeObsoleteEntries()
elseif strlower(input) == "progress" then
self.GUI:ToggleProgressBar()
elseif strlower(input) == "test" then
self.Testing:RunIntegrationTests()
elseif strlower(input) == "profiling" then
Expand Down

0 comments on commit eeb129c

Please sign in to comment.