Closed trancefied closed 4 months ago
whenever I try to link an item that's equipped in character menu to chat, server would crash instantly. providing the info (see photo please) in server system log.
fixed by adding item = Equipment.FirstOrDefault(e => e != null && e.Index == itemIndex);
Please keep issues open until they've been fixed in the public source
whenever I try to link an item that's equipped in character menu to chat, server would crash instantly. providing the info (see photo please) in server system log.