* Remove error message when loading old j3o with TerrainPatch

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9072 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
Sha..rd 2012-01-15 23:54:05 +00:00
parent 707cce9300
commit 22c28bf39a

View File

@ -140,7 +140,6 @@ public class SavableClassUtil {
desiredClass.getName() + "!"); desiredClass.getName() + "!");
}else if (count >= versions.length){ }else if (count >= versions.length){
if (formatVersion <= 1){ if (formatVersion <= 1){
System.out.println("BUGGY J3O ALERT");
return 0; // for buggy versions of j3o return 0; // for buggy versions of j3o
}else{ }else{
throw new IllegalArgumentException(savable.getClass().getName() + throw new IllegalArgumentException(savable.getClass().getName() +