This commit is contained in:
qatby 2024-12-20 18:54:30 +08:00
parent 810b7b8b91
commit 0c4bb8921f
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ end
function jhxbbgame.login(...)
local ags = { ... }
local actor = ags[1]
local myself = Player:new(actor)
local myself = Player.new(actor)
myself:SendMsg("¹þ¹þ"..myself.x,9)
local stxt = getbaseinfo(actor, 1) .. ".test.login."
--setgmlevel(ags[1], 10)

View File

@ -522,7 +522,7 @@ end
jhxbbgame.zb = {}
for k, v in pairs(getenvirfilelist()) do
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 fun=require(mode_path)
if not fun then