Store recommendation values without tapping into Nevit Hourglass task.

This commit is contained in:
MobiusDevelopment
2019-11-15 14:59:59 +00:00
parent d4949dc40e
commit 3a7f20ca39
3 changed files with 21 additions and 2 deletions

View File

@@ -337,7 +337,7 @@ public class AdminEditChar implements IAdminCommandHandler
activeChar.sendMessage(player.getName() + "'s Recommend changed to " + recVal);
// Store player recommendations to avoid reseting them with Nevit peace zone check.
player.storeRecommendations(false);
player.storeRecommendationValues();
}
else
{