Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdelab committed Dec 19, 2024
1 parent 27aeadd commit dc94fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/ui/layouts/World.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const World = ({ backgroundImage }: { backgroundImage: string }) => {
...filteredStructures.map((structure) => structure.entity_id.toString()),
]),
]).finally(() => {
// setPlayerStructuresLoading(false);
setPlayerStructuresLoading(false);
});

await debounceAddResourceArrivals(
Expand Down

0 comments on commit dc94fac

Please sign in to comment.