mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-11 21:45:26 -04:00
Fixed empty deed in structure info causing radial test failures
This commit is contained in:
+2
@@ -131,6 +131,8 @@ public enum RadialHandler {
|
||||
|
||||
private void initializeDeedRadials() {
|
||||
for (StructureInfoLoader.StructureInfo structureInfo : ServerData.INSTANCE.getHousing().getStructures().values()) {
|
||||
if (structureInfo.getDeedTemplate().isEmpty())
|
||||
continue;
|
||||
registerHandler(structureInfo.getDeedTemplate(), new StructureDeedRadial());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user