mirror of
https://github.com/kasuganosoras/YumV
synced 2024-11-22 12:32:51 +08:00
Update main_server.lua
This commit is contained in:
parent
aceff2b605
commit
c5b0868f3b
@ -163,8 +163,8 @@ function listAllPlugin(tb)
|
||||
if length <= 32 then
|
||||
padding = string.rep(" ", 32 - length)
|
||||
end
|
||||
if length2 <= 32 then
|
||||
padding2 = string.rep(" ", 32 - length2)
|
||||
if length2 <= 16 then
|
||||
padding2 = string.rep(" ", 16 - length2)
|
||||
end
|
||||
print("| " .. value.name .. padding .. " | " .. tostring(value.version) .. padding2 .. " |")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user