Skip to content

Commit

Permalink
Updating Plugin Version
Browse files Browse the repository at this point in the history
  • Loading branch information
DizzyThermal committed Sep 3, 2023
1 parent a6dbd49 commit 9414aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions only-up-64-plugin/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ACT_WALL_SLIDE = allocate_mario_action(ACT_GROUP_AIRBORNE | ACT_FLAG_AIR | ACT_F
ACT_KAZE_DIVE_SLIDE = allocate_mario_action(ACT_GROUP_MOVING | ACT_FLAG_MOVING | ACT_FLAG_DIVING | ACT_FLAG_ATTACKING)
ACT_KAZE_AIR_HIT_WALL = allocate_mario_action(ACT_GROUP_AIRBORNE | ACT_FLAG_AIR)

MOD_NAME = "Only Up 64 Beta 1"
MOD_NAME = "Only Up 64 v1.0"
function mod_active(mod_name)
for i in pairs(gActiveMods) do
if mod_name == gActiveMods[i].name then return true end
Expand Down Expand Up @@ -337,4 +337,4 @@ hook_mario_action(ACT_WALL_SLIDE, { every_frame = act_wall_slide, gravity
hook_chat_command("w", "warp(area, warpNode=10)", LevelWarp)
hook_chat_command('only-up-warps', '- Toggle Only Up 64 Warps [Host Only]', WarpToggle)
hook_chat_command('only-up-height', '- Toggle displaying character height on HUD and player list', HeightToggle)
hook_chat_command('only-up-moveset', '- Toggle Only Up 64 Moveset', MovesetToggle)
hook_chat_command('only-up-moveset', '- Toggle Only Up 64 Moveset', MovesetToggle)

0 comments on commit 9414aa3

Please sign in to comment.