From 04d0b9b072f69706bcf7a1d55ac676be2265ae03 Mon Sep 17 00:00:00 2001 From: MysterD Date: Tue, 7 Nov 2023 00:51:54 -0800 Subject: [PATCH] Fix broken link to Moonjump.lua thanks to nonperforming on github --- docs/lua/lua.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lua/lua.md b/docs/lua/lua.md index 82ab0202..0446fb68 100644 --- a/docs/lua/lua.md +++ b/docs/lua/lua.md @@ -61,7 +61,7 @@ All of this is a holdover from when there were only two players. It was a reason - [Custom Surface Collisions](examples/big-paddle) - [Custom Box Model](examples/custom-box-model) - [Custom Player Model](examples/koopa-player-model) -- [Moonjump](examples/moonjump.lua) +- [Moonjump](examples/Moonjump.lua) - [Instant Clip](examples/instant-clip.lua) - [Water Height Changer](examples/water-level.lua) - [Custom Level](examples/custom-level)