mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-30 04:29:05 +00:00
Block type fixes
This commit is contained in:
@@ -25,15 +25,6 @@ public class BlockDataTools
|
||||
if(bdx == null)
|
||||
{
|
||||
Iris.warn("Unknown Block Data '" + bd + "'");
|
||||
try
|
||||
{
|
||||
throw new RuntimeException("Unknown Block Data");
|
||||
}
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
}
|
||||
nulls.add(bd);
|
||||
return bdx;
|
||||
}
|
||||
@@ -46,7 +37,6 @@ public class BlockDataTools
|
||||
catch(Throwable e)
|
||||
{
|
||||
Iris.warn("Unknown Block Data '" + bd + "'");
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user