Main/System/PhantasmPavilion/PhantasmPavilionChatBoxHandler.cs @@ -63,5 +63,8 @@ { return ChatBubbleBoxConfig.Get(id).GetWayString; } public int GetSortIndex(int id) { return ChatBubbleBoxConfig.Get(id).SortIndex; } }