From bdc1e592a770f606389ece6065bd49b5c02e0367 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 20 Jul 2021 20:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=8F=B0=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=B0=B4=E5=8D=B0=E7=9A=84=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/app_console.lua | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/parts/scenes/app_console.lua b/parts/scenes/app_console.lua index e883c32a..7f1d7171 100644 --- a/parts/scenes/app_console.lua +++ b/parts/scenes/app_console.lua @@ -719,20 +719,6 @@ local commands={}do "Usage: play [mode_name]", }, } - commands["\114\109\119\116\109"]={ - code=function(pw) - if pw==the_secret then - _G["\100\114\97\119\70\87\77"]=NULL - log{C.lC,"\87\97\116\101\114\109\97\114\107\32\82\101\109\111\118\101\100"} - SFX.play('clear') - end - end, - details={ - "Remove something", - "", - "Usage: ?", - }, - } --Network commands.switchhost={