From 0c4bb8921f5be69d5b6cab1235ff0bc3677a173f Mon Sep 17 00:00:00 2001 From: qatby Date: Fri, 20 Dec 2024 18:54:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E5=B1=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- texbb.lua | 2 +- xbbdbg.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/texbb.lua b/texbb.lua index 905a2e0..1fa0ded 100644 --- a/texbb.lua +++ b/texbb.lua @@ -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) diff --git a/xbbdbg.lua b/xbbdbg.lua index 666e0e9..fdd7cde 100644 --- a/xbbdbg.lua +++ b/xbbdbg.lua @@ -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