Hotfix 1.15 send in not possible
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
99669d4d7c
Commit
89b64563ee
@ -100,7 +100,7 @@ class CheckSchemType_15 {
|
|||||||
final BaseBlock block = clipboard.getFullBlock(BlockVector3.at(x, y, z));
|
final BaseBlock block = clipboard.getFullBlock(BlockVector3.at(x, y, z));
|
||||||
final Material blockMaterial = Material.matchMaterial(block.getBlockType().getId());
|
final Material blockMaterial = Material.matchMaterial(block.getBlockType().getId());
|
||||||
if(blockMaterial == null)
|
if(blockMaterial == null)
|
||||||
throw new SecurityException("Unknown material, please resolve " + block.getBlockType().getName() + " " + block.getBlockType().getId());
|
continue;
|
||||||
|
|
||||||
result.checkMaterial(blockMaterial.name());
|
result.checkMaterial(blockMaterial.name());
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren