Update Util.cs

This commit is contained in:
Bitl 2022-09-19 12:48:54 -07:00
parent 4ee80608aa
commit 8722ec2309
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ public static class Util
try
{
NetFuncs.InitUPnP(DeviceFound, DeviceLost);
//ConsolePrint("UPnP: Service initialized", 3);
ConsolePrint("UPnP: Service initialized", 3);
}
catch (Exception ex)
{