Might I suggestCode:if(s.startsWith("add model")) { try { int ModelIndex = Integer.parseInt(s.substring(10)); byte[] abyte0 = GetModel(ModelIndex); if(abyte0 != null && abyte0.length > 0){ aClass14Array970[1].method234(abyte0.length, abyte0, (byte)2, ModelIndex); method77("Model: ["+ModelIndex+"] added successfully!", 0, "", aBoolean991); }else{ method77("Unable to find the model. "+ModelIndex, 0, "", aBoolean991); } } catch(Exception e) { method77("Syntax - ::add model <path>", 0, "", aBoolean991);} }


