mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
Made a few commands obey //toggleplace
This commit is contained in:
@ -532,7 +532,8 @@ public enum BlockType {
|
||||
* @return
|
||||
*/
|
||||
public static boolean canTransferRedstone(int id) {
|
||||
return id == 75 // Redstone torch (off)
|
||||
return id == 27 // Powered rail
|
||||
|| id == 75 // Redstone torch (off)
|
||||
|| id == 76 // Redstone torch (on)
|
||||
|| id == 55 // Redstone wire
|
||||
|| id == 93 // Diode (off)
|
||||
|
Reference in New Issue
Block a user