This commit is contained in:
2025-03-06 18:45:24 -06:00
parent 64d9401089
commit fed9ba4240
7 changed files with 25 additions and 12 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ public class SetAdminRuneCmd extends AbstractDevCmd {
if (worked) {
ChatManager.chatSayInfo(pcSender,
"rune of ID " + runeID + " removed");
InterestManager.reloadCharacter(pcSender);
InterestManager.reloadCharacter(pcSender, false);
} else
throwbackError(pcSender, "Failed to remove the rune of type "
+ runeID);