mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Fixes #474
This commit is contained in:
parent
661f02de17
commit
48c6bfe21c
@ -681,7 +681,7 @@ public class FaweCache {
|
||||
case 234:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
return id > 256;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user