mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 10:56:42 +00:00
Added -s flag to //paste to select the pasted area.
Also undeprecated a method that shouldn't have been.
This commit is contained in:
@ -530,9 +530,7 @@ public enum BlockType {
|
||||
*
|
||||
* @param id
|
||||
* @return
|
||||
* @deprecated Use {@link #canPassThrough(int,int)} instead
|
||||
*/
|
||||
@Deprecated
|
||||
public static boolean canPassThrough(int id) {
|
||||
return canPassThrough.contains(id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user