Merge pull request #460 from bbassie/feature/scenario-spectate

Move spectate into exp_scenario
This commit is contained in:
Cooldude2606
2026-09-06 00:27:52 +01:00
committed by GitHub
5 changed files with 186 additions and 174 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Adds commands relating to spectate and follow
]]
local Commands = require("modules/exp_commands")
local Spectate = require("modules.exp_legacy.modules.control.spectate") --- @dep modules.control.spectate
local Spectate = require("modules/exp_scenario/control/spectate")
--- Toggles spectator mode for the caller
Commands.new("spectate", { "exp-commands_spectate.description-spectate" })