浏览代码

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;