Skip to content

Commit

Permalink
fixup?
Browse files Browse the repository at this point in the history
  • Loading branch information
RedSparr0w committed Oct 6, 2021
1 parent 305843b commit 73cf9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/world/items/item-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { filestore } from '@server/game/game-server';
import { hasValueNotNull } from '@engine/util/data';
import { findItem } from '@engine/config/config-handler';
import { logger } from '@runejs/core';
import { fromNote } from '.';
import { fromNote } from '@engine/world/items/item';


export interface ContainerUpdateEvent {
Expand Down

0 comments on commit 73cf9ad

Please sign in to comment.