Skip to content

Commit 73cf9ad

Browse files
committed
fixup?
1 parent 305843b commit 73cf9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/world/items/item-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { filestore } from '@server/game/game-server';
44
import { hasValueNotNull } from '@engine/util/data';
55
import { findItem } from '@engine/config/config-handler';
66
import { logger } from '@runejs/core';
7-
import { fromNote } from '.';
7+
import { fromNote } from '@engine/world/items/item';
88

99

1010
export interface ContainerUpdateEvent {

0 commit comments

Comments
 (0)