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 cad996a commit 1b63ce2Copy full SHA for 1b63ce2
src/plugins/skills/construction/construction.plugin.ts
@@ -73,7 +73,7 @@ const openHouse = (player: Player): void => {
73
};
74
75
76
-const doorHotspot = async (objectInteraction: ObjectInteractionAction): Promise<void> => {
+const doorHotspot = (objectInteraction: ObjectInteractionAction): void => {
77
const { player, object, position } = objectInteraction;
78
79
const customMap: ConstructedRegion = player?.metadata?.customMap;
0 commit comments