Skip to content

Commit 579815f

Browse files
committed
update to new bank plugin
1 parent f4b66d8 commit 579815f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/commands/bank-command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ActionType, RunePlugin } from '@server/plugins/plugin';
22
import { commandAction } from '@server/world/actor/player/action/input-command-action';
3-
import { openBankInterface } from '@server/plugins/objects/bank/bank-booth-plugin';
3+
import { openBankInterface } from '@server/plugins/objects/bank/bank-plugin';
44

55
const action: commandAction = (details) => {
66
openBankInterface(details as any);

0 commit comments

Comments
 (0)