New hooks for account characters change-comment page

This commit is contained in:
slawkens
2025-05-15 20:22:36 +02:00
parent 335b7b3112
commit 76440a37d0
3 changed files with 10 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ if($player_name != null) {
'description' => 'The character information has been changed.'
));
$show_form = false;
$hooks->trigger(HOOK_ACCOUNT_CHARACTERS_CHANGE_COMMENT_AFTER_SUCCESS, ['player' => $player]);
}
}
} else {