调整require的写法

This commit is contained in:
MrZ626
2021-03-10 00:50:08 +08:00
parent 1545cb2154
commit fc1f363a8b
11 changed files with 66 additions and 66 deletions

View File

@@ -16,7 +16,7 @@ local band,bor,bxor=bit.band,bit.bor,bit.bxor
local shl,shr=bit.lshift,bit.rshift
local SOCK=require"socket".tcp()
local JSON=require"Zframework/json"
local JSON=require"Zframework.json"
local mask_key={1,14,5,14}
local function _send(opcode,message)