We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b66d8 commit 579815fCopy full SHA for 579815f
src/plugins/commands/bank-command.ts
@@ -1,6 +1,6 @@
1
import { ActionType, RunePlugin } from '@server/plugins/plugin';
2
import { commandAction } from '@server/world/actor/player/action/input-command-action';
3
-import { openBankInterface } from '@server/plugins/objects/bank/bank-booth-plugin';
+import { openBankInterface } from '@server/plugins/objects/bank/bank-plugin';
4
5
const action: commandAction = (details) => {
6
openBankInterface(details as any);
0 commit comments