Merge pull request #737 from mc-server/InfoDump_SourceLocation
Small update for InfoDump
This commit is contained in:
commit
481552e450
@ -578,6 +578,9 @@ local function DumpPluginInfoForum(a_PluginFolder, a_PluginInfo)
|
|||||||
DumpAdditionalInfoForum(a_PluginInfo, f);
|
DumpAdditionalInfoForum(a_PluginInfo, f);
|
||||||
DumpCommandsForum(a_PluginInfo, f);
|
DumpCommandsForum(a_PluginInfo, f);
|
||||||
DumpPermissionsForum(a_PluginInfo, f);
|
DumpPermissionsForum(a_PluginInfo, f);
|
||||||
|
if (a_PluginInfo.SourceLocation ~= nil) then
|
||||||
|
f:write("[b][color=blue]Source:[/color] [url=", a_PluginInfo.SourceLocation, "]Link[/url][/b]");
|
||||||
|
end
|
||||||
|
|
||||||
f:close();
|
f:close();
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user