bug修复,水印修改,20G上级调平

This commit is contained in:
MrZ_26
2020-07-18 01:05:10 +08:00
parent 7b35d69be1
commit 74bc1a2544
9 changed files with 63 additions and 45 deletions

View File

@@ -20,7 +20,7 @@ function Tmr.load()
elseif S.phase==5 then
local m=Modes[S.cur]--mode template
local M=require("modes/"..m.name)--mode file
Modes[m.name]=M
Modes[m.name],Modes[S.cur]=M
for k,v in next,m do
M[k]=v
end