Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
added allowSwimming = true, to progress bar function for coral collection.
  • Loading branch information
IN1GHTM4R3 authored Apr 9, 2024
1 parent f042eb5 commit 302069e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ local function takeCoral(coralIndex)
label = Lang:t('info.collecting_coral'),
canCancel = true,
useWhileDead = false,
allowSwimming = true,
disable = {
move = true,
car = true,
Expand Down

0 comments on commit 302069e

Please sign in to comment.