Skip to content

Commit

Permalink
Merge pull request #770 from DeviousNull/use-unboss-to-disable-boss-mode
Browse files Browse the repository at this point in the history
Make `Disable Boss` send `!unboss USERNAME` instead of `!boss`.
  • Loading branch information
AntlerForce authored Oct 3, 2024
2 parents f3448a8 + 25d9f6b commit 964c5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaMenu/widgets/api_user_handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ local function GetUserControls(userName, opts)
elseif selectedName == "Make Boss" then
lobby:SayBattle("!boss "..userName)
elseif selectedName == "Disable Boss" then
lobby:SayBattle("!boss")
lobby:SayBattle("!unboss "..userName)
elseif selectedName == "Force Spectator" then
lobby:SayBattle("!spec "..userName)
elseif selectedName == "Report" and Configuration.gameConfig.link_reportPlayer ~= nil then
Expand Down

0 comments on commit 964c5b8

Please sign in to comment.