Fix attempts being shown to get custom dim

This commit is contained in:
Daniel Mills 2020-12-02 01:07:33 -05:00
parent b6fdde403a
commit 01110d0835
2 changed files with 4 additions and 4 deletions

View File

@ -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();
}
}
}

View File

@ -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();
}
}
}