mirror of
https://github.com/kasuganosoras/YumV
synced 2026-05-25 16:03:39 +08:00
Update main_server.lua
This commit is contained in:
committed by
GitHub
Unverified
parent
aceff2b605
commit
c5b0868f3b
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user