Skip to content

Commit

Permalink
直前の変更に対する変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed Dec 3, 2024
1 parent e1401ab commit 2e7a292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/avatar_modules/action_wheel/update_checker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ UpdateChecker = {
local instance = Avatar.instantiate(UpdateChecker, AvatarModule, parent)

instance.FBAC_VERSION = "v1.10.0_dev"
instance.BRANCH_NAME = "BaseAvatar"
instance.BRANCH_NAME = "Umika"
instance.latestVersion = instance.parent.config:loadConfig("PUBLIC", "latestVersion", instance.FBAC_VERSION)
instance.isCheckingUpdate = false
instance.didCheckLatest = false
Expand Down

0 comments on commit 2e7a292

Please sign in to comment.