From be0c0879788e14d0d0a7ebb70b7236d4e93f988f Mon Sep 17 00:00:00 2001 From: rbluer <665978+rbluer@users.noreply.github.com> Date: Sat, 8 Jul 2023 16:34:22 -0400 Subject: [PATCH] There was a markdown conversion issue with how the time code was setup since it was trying to treat it as a footnote, which caused issues. --- docs/knownissues_v3.3.x_resolved.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/knownissues_v3.3.x_resolved.md b/docs/knownissues_v3.3.x_resolved.md index 445498899..265be5843 100644 --- a/docs/knownissues_v3.3.x_resolved.md +++ b/docs/knownissues_v3.3.x_resolved.md @@ -295,7 +295,7 @@ It now also reports any errors that may be returned. - DONE: work on getting CustomItems working in mines again - DONE: remove this warning message: no longer used. - [18:58:51 INFO](info): | Prison | Cannot initialize NMS components - ClassNotFoundException - NMS is not functional - net.minecraft.server.v1_18_R1.EntityPlayer + 18:58:51 INFO: | Prison | Cannot initialize NMS components - ClassNotFoundException - NMS is not functional - net.minecraft.server.v1_18_R1.EntityPlayer - DONE: RankPlayer addBalance cache for default currency - RankPlayer addBalance cache for custom currency - still needed!