소스 검색

SQUASH: feat(pkuxkx): path.BotStep 现在支持参数了

dzp 1 년 전
부모
커밋
c14eae026a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      mud/pkuxkx/plugins/basic/map/path.tin

+ 1 - 2
mud/pkuxkx/plugins/basic/map/path.tin

@@ -201,8 +201,6 @@ event.HandleOnce {map/init} {map/path} {map} {map.path.Init};
 
     event.UnHandle {GMCP.Move} {path.Trace} {pathdir};
 
-    #path stop;
-
     #local step {$name};
     #local count {&args[]};
     #if { $count > 1 } {
@@ -218,6 +216,7 @@ event.HandleOnce {map/init} {map/path} {map} {map.path.Init};
         };
     };
 
+    #path stop;
     #path insert {$step} {$step};
     path.message 已经暂停路径录制,将会在机器人运行结束后自动继续。;
     map.$bot;