Replies: 4 comments 6 replies
-
请给出出错的 .proto 文件。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
如果你指数组,你必须写 *array 不能写 *array() |
Beta Was this translation helpful? Give feedback.
1 reply
-
core.lua 指的是哪个文件? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
怀疑是core.lua这一句不能正确匹配的原因?
local mainkey = "(" * blank0 * name * blank0 * ")"
我改成
local mainkey = "(" * blank0 * (name^0) * blank0 * ")"
看起来就解决了
Beta Was this translation helpful? Give feedback.
All reactions