diff options
| author | pengxuanzheng <[email protected]> | 2020-08-28 18:44:14 +0800 |
|---|---|---|
| committer | pengxuanzheng <[email protected]> | 2020-08-28 18:44:14 +0800 |
| commit | 4121cc7cb0fb7d2d3230e0eaa42637cab96e5c8f (patch) | |
| tree | f00602da9026d72c24688c6403a5128bc0c99d49 /example/script/match_12345.lua | |
| parent | 03b064f1f31853c79c4cde8213ed27a572ef3674 (diff) | |
修改输入参数tsg为TSG
Diffstat (limited to 'example/script/match_12345.lua')
| -rw-r--r-- | example/script/match_12345.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/script/match_12345.lua b/example/script/match_12345.lua index c795bd3..8d0ee5d 100644 --- a/example/script/match_12345.lua +++ b/example/script/match_12345.lua @@ -1,4 +1,4 @@ -local str = tsg.data +local str = TSG.data local len = string.len(str) local thread_id = string.byte(str, len) local str = string.format("[lua][thread_id:%d][match_12345.lua]:str:%s, len:%d", thread_id, str, len - 1) |
