Main/System/PhantasmPavilion/PhantasmPavilionManager.LoadConfig.cs
@@ -128,4 +128,12 @@ return string.Empty; return handler.GetGetWayString(id); } public int GetSortIndex(PhantasmPavilionType type, int id) { if (!TryGetHandlerValue(type, out var handler)) return 0; if (!Has(type, id)) return 0; return handler.GetSortIndex(id); } }