mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 12:13:57 +00:00
Fixes #241
This commit is contained in:
parent
866ddc9648
commit
d01b506443
1 changed files with 2 additions and 0 deletions
|
@ -224,6 +224,8 @@ public class HybridPlotWorld extends ClassicPlotWorld {
|
||||||
return true;
|
return true;
|
||||||
case 65:
|
case 65:
|
||||||
return true;
|
return true;
|
||||||
|
case 67:
|
||||||
|
return true;
|
||||||
case 68:
|
case 68:
|
||||||
return true;
|
return true;
|
||||||
case 71:
|
case 71:
|
||||||
|
|
Loading…
Reference in a new issue