From 8a6553f411272aaee2dab8c7fe536aae45adecfd Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Fri, 18 Oct 2024 18:59:04 +0800 Subject: [PATCH] fix bug in grapplehook.js --- examplemods/grapplehook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examplemods/grapplehook.js b/examplemods/grapplehook.js index fa842e4..95a7b27 100644 --- a/examplemods/grapplehook.js +++ b/examplemods/grapplehook.js @@ -41,4 +41,4 @@ GrappleHookPlugin.prev = "GROUND";//Update state } }); -}); \ No newline at end of file +})(); \ No newline at end of file