소스 검색

修复doCmd

neo 1 년 전
부모
커밋
1603032081
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      nodes/game/service/srvAgent.lua

+ 1 - 0
nodes/game/service/srvAgent.lua

@@ -161,6 +161,7 @@ function root.doCmd(uid, itfName, cmd, args)
161 161
 		function()
162 162
 			skynet.error(debug.traceback())
163 163
 		end,
164
+		itfModule,
164 165
 		role,
165 166
 		args
166 167
 	)