Added Test Log to verify Magixbox build of custom branch. Added new test dev command.

This commit is contained in:
2024-08-17 07:16:35 -04:00
parent 9542034e32
commit e5c1dc7bcb
4 changed files with 76 additions and 0 deletions
+3
View File
@@ -196,6 +196,9 @@ public enum LootManager {
Logger.error("Failed to GenerateSuffix for item: " + outItem.getName());
}
}
// We don't want to bother with identifying gear
outItem.setIsID(true);
return outItem;
}