整理代码

This commit is contained in:
MrZ626
2020-12-14 11:27:15 +08:00
parent 1e7ee927c4
commit 7a33814886
2 changed files with 10 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ function LOG.print(text,T,C)--text,type/time,color
C=C or COLOR.white
time=T
elseif type(T)=="table"then
C,T=T
C=T
elseif not C then
C=COLOR.white
end