1
0
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:
Akkariin Meiko 2019-08-07 04:05:55 +08:00 committed by GitHub
parent aceff2b605
commit c5b0868f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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