Skip to content

Commit

Permalink
Reverted storage availability assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonch35 committed Feb 15, 2025
1 parent f2c4ffe commit 1bb030c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/map/storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ static int storage_storageopen(struct map_session_data *sd, struct storage_data
{
nullpo_retr(1, sd);
nullpo_retr(1, stor);
Assert_retr(1, stor->received);

const struct storage_settings *stst = storage->get_settings(stor->uid);
nullpo_retr(1, stst);
Expand Down

0 comments on commit 1bb030c

Please sign in to comment.