Skip to content

Commit

Permalink
Removed redundant assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonch35 committed Jan 2, 2025
1 parent 9f08c77 commit 8eaf684
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/map/script.c
Original file line number Diff line number Diff line change
Expand Up @@ -12033,8 +12033,6 @@ static BUILDIN(openstorage)
return true;
}

sd->storage.access = storage_access; // Set storage access level. [Smokexyz/Hercules]

if (storage->open(sd, stor, storage_access) == 0) {
script_pushint(st, 1); // success
} else {
Expand Down

0 comments on commit 8eaf684

Please sign in to comment.