We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If disable_creature_pressureplate_stone: 'false', then fire event.
1.100.0.14
1.20.1
problem code
if (TownySettings.isSwitchMaterial(block.getType(), block.getLocation()) || (TownySettings.isCreatureTriggeringPressurePlateDisabled() && block.getType() == Material.STONE_PRESSURE_PLATE)) {
Always true because NON_WOODEN_PRESSURE_PLATES contains stone pressure plates.
The text was updated successfully, but these errors were encountered:
3688419
Actually close #7150.
d36412b
LlmDl
No branches or pull requests
What steps will reproduce the problem?
What is the expected output?
If disable_creature_pressureplate_stone: 'false', then fire event.
Towny version
1.100.0.14
Server version
1.20.1
Please use Pastebin.com to link the following files
problem code
Always true because NON_WOODEN_PRESSURE_PLATES contains stone pressure plates.
The text was updated successfully, but these errors were encountered: