-
-
Notifications
You must be signed in to change notification settings - Fork 692
fix: buyhouse command #3476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix: buyhouse command #3476
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testado localmente e funcinando!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Funcionando normalmente agora.
Como foi descrito no PR antes com a opção da cyclopedia desligada o player não conseguia comprar a casa.
Agora com o if no talkaction da pasta god, o player consegue se a opção da cyclopledia no config.lua estiver false.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this command from GOD please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
script buy_house.lua deleted from "talkactions/god". PR is done.
|
Description
Corrigindo bug referente ao comando !buyhouse, só estava funcionando para o GOD mesmo com a opção "toggleCyclopediaHouseAuction = false"
Behaviour
Actual
Ao usar !buyhouse por players, o comando não era reconhecido. Mesmo com o "toggleCyclopediaHouseAuction = false". Apenas com o GOD funcionava.
Expected
Agora o !buyhouse funciona de acordo com a config.lua normalmente.
Type of change
How Has This Been Tested
Testado localmente.
Test Configuration:
Checklist