Skip to content

Commit

Permalink
直近の変更に合わせた変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed Aug 24, 2024
1 parent b614111 commit 581b8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/blue_archive_character.lua
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ BlueArchiveCharacter = {
local vehicle = player:getVehicle()
if vehicle ~= nil then
local id = vehicle:getType()
if (id == "minecraft:boat" or id == "minecraft:chest_boat") and #vehicle:getPassengers() == 1 then
if ActionWheel.ShouldReplaceVehicleModels and (id == "minecraft:boat" or id == "minecraft:chest_boat") and #vehicle:getPassengers() == 1 then
if not BlueArchiveCharacter.COSTUME.costumes[3].WhaleFloatEnabledPrev then
BlueArchiveCharacter.COSTUME.costumes[3].LookDirPrev = player:getLookDir()
BlueArchiveCharacter.COSTUME.costumes[3].WhaleFloatAFKCount = 0
Expand Down Expand Up @@ -1182,7 +1182,7 @@ BlueArchiveCharacter = {
ACTION_WHEEL = {
---乗り物のモデル置き換えオプションを有効にするかどうか。
---@type boolean
vehicleOptionEnabled = false
vehicleOptionEnabled = true
},

---物理演算
Expand Down

0 comments on commit 581b8c2

Please sign in to comment.