专属
This commit is contained in:
parent
810b7b8b91
commit
0c4bb8921f
@ -169,7 +169,7 @@ end
|
|||||||
function jhxbbgame.login(...)
|
function jhxbbgame.login(...)
|
||||||
local ags = { ... }
|
local ags = { ... }
|
||||||
local actor = ags[1]
|
local actor = ags[1]
|
||||||
local myself = Player:new(actor)
|
local myself = Player.new(actor)
|
||||||
myself:SendMsg("¹þ¹þ"..myself.x,9)
|
myself:SendMsg("¹þ¹þ"..myself.x,9)
|
||||||
local stxt = getbaseinfo(actor, 1) .. ".test.login."
|
local stxt = getbaseinfo(actor, 1) .. ".test.login."
|
||||||
--setgmlevel(ags[1], 10)
|
--setgmlevel(ags[1], 10)
|
||||||
|
|||||||
@ -522,7 +522,7 @@ end
|
|||||||
jhxbbgame.zb = {}
|
jhxbbgame.zb = {}
|
||||||
for k, v in pairs(getenvirfilelist()) do
|
for k, v in pairs(getenvirfilelist()) do
|
||||||
if string.match(v, "%.([^%.]+)$") == "lua" then
|
if string.match(v, "%.([^%.]+)$") == "lua" then
|
||||||
if string.match(v, "wlua\\רÊô") then
|
if string.match(v, "wlua\\verfx\\רÊô") then
|
||||||
local mode_path = string.format("Envir\\%s", v)
|
local mode_path = string.format("Envir\\%s", v)
|
||||||
local fun=require(mode_path)
|
local fun=require(mode_path)
|
||||||
if not fun then
|
if not fun then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user