Improving the serialize to owner method.

This commit is contained in:
Sergiotarxz 2023-11-19 19:44:09 +01:00
parent 3396c36529
commit 61b0066f0a
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ __PACKAGE__->add_columns(
);
sub serialize_to_owner ($self) {
$self = $self->get_from_storage();
return {
kind => 'ConquerUser',
uuid => $self->uuid,