mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-11 10:17:38 +00:00
Updated for b123.
This commit is contained in:
parent
9f74a71374
commit
6376b3314a
@ -39,9 +39,8 @@ public class SMServerInterface implements ServerInterface {
|
||||
if ((type >= 21 && type <= 34) || type == 36) {
|
||||
return false;
|
||||
}
|
||||
etc.getServer().setBlockAt(type, pt.getBlockX(), pt.getBlockY(),
|
||||
return etc.getServer().setBlockAt(type, pt.getBlockX(), pt.getBlockY(),
|
||||
pt.getBlockZ());
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user