feat(Command): Remove spy command from AC and make it a module (#1401)
This commit is contained in:
parent
d4ab165888
commit
f0913b7da8
5 changed files with 5 additions and 297 deletions
|
|
@ -55,7 +55,6 @@ void AddSC_reload_commandscript();
|
|||
void AddSC_reset_commandscript();
|
||||
void AddSC_server_commandscript();
|
||||
void AddSC_spectator_commandscript();
|
||||
void AddSC_spy_commandscript();
|
||||
void AddSC_tele_commandscript();
|
||||
void AddSC_ticket_commandscript();
|
||||
void AddSC_titles_commandscript();
|
||||
|
|
@ -632,7 +631,6 @@ void AddCommandScripts()
|
|||
AddSC_reload_commandscript();
|
||||
AddSC_reset_commandscript();
|
||||
AddSC_spectator_commandscript();
|
||||
AddSC_spy_commandscript();
|
||||
AddSC_tele_commandscript();
|
||||
AddSC_ticket_commandscript();
|
||||
AddSC_titles_commandscript();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue