mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix attempts being shown to get custom dim
This commit is contained in:
parent
b6fdde403a
commit
01110d0835
@ -221,7 +221,7 @@ class NMSCreator16_2 implements INMSCreator
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -234,7 +234,7 @@ class NMSCreator16_2 implements INMSCreator
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -224,7 +224,7 @@ class NMSCreator16_3 implements INMSCreator
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -237,7 +237,7 @@ class NMSCreator16_3 implements INMSCreator
|
||||
|
||||
catch(Throwable e)
|
||||
{
|
||||
e.printStackTrace();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user