Browse Source

修复doCmd

neo 1 year ago
parent
commit
1603032081
1 changed files with 1 additions and 0 deletions
  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
 		function()
161
 		function()
162
 			skynet.error(debug.traceback())
162
 			skynet.error(debug.traceback())
163
 		end,
163
 		end,
164
+		itfModule,
164
 		role,
165
 		role,
165
 		args
166
 		args
166
 	)
167
 	)