mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
🐛 another locale fix
This commit is contained in:
@@ -175,4 +175,4 @@ data-format=__1____2__
|
|||||||
main-tooltip=Toggle fast tree decon
|
main-tooltip=Toggle fast tree decon
|
||||||
enabled=enabled
|
enabled=enabled
|
||||||
disabled=disabled
|
disabled=disabled
|
||||||
toggle-msg=Fast decon has been
|
toggle-msg=Fast decon has been __1__
|
||||||
@@ -27,7 +27,7 @@ end)
|
|||||||
local status = HasEnabledDecon:get(player)
|
local status = HasEnabledDecon:get(player)
|
||||||
HasEnabledDecon:set(player, not status)
|
HasEnabledDecon:set(player, not status)
|
||||||
Gui.toolbar_button_style(element, not status)
|
Gui.toolbar_button_style(element, not status)
|
||||||
player.print({'tree-decon.toggle-msg'} .. " " .. (status and {'tree-decon.disabled'} or {'tree-decon.enabled'}))
|
player.print(status and {'tree-decon.toggle-msg', {'tree-decon.disabled'}} or {'tree-decon.toggle-msg', {'tree-decon.enabled'}})
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user