Fix logger builder doubling DH name

This commit is contained in:
James Seibel
2025-10-28 07:23:58 -05:00
parent d84ba05380
commit 1b447fdc98
@@ -75,7 +75,7 @@ public class DhLoggerBuilder
public DhLoggerBuilder name(String name)
{
this.name = ModInfo.NAME + "-" + name;
this.name = name;
return this;
}