Fix downloader bug, use plink and add icon to plugin template

This commit is contained in:
2025-12-28 14:20:10 -06:00
parent d64052920e
commit 43f6d4ac33

View File

@@ -812,7 +812,7 @@ class TYTD.Downloader {
env.LoadFileWithDependencies(subdir, _exec);
_pkg.pluginObject = d.PluginInit();
if(_pkg.pluginObject.Server != null && _pkg.pluginObject.Server != undefined)
if(TypeIsDefined(_pkg.pluginObject.Server))
{
var path = /"plugin"/_pkg.pluginName;