Merge branch 'main' into feature/scenario-protection

This commit is contained in:
Cooldude2606
2026-09-06 00:13:41 +01:00
committed by GitHub
7 changed files with 94 additions and 128 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Adds a commands that allow admins to jail and unjail
local Commands = require("modules/exp_commands")
local format_player_name = Commands.format_player_name_locale
local Jail = require("modules.exp_legacy.modules.control.jail") --- @dep modules.control.jail
local Jail = require("modules/exp_scenario/control/jail")
--- Puts a player into jail and removes all other roles.
Commands.new("jail", { "exp-commands_jail.description" })