* 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:
parent
707cce9300
commit
22c28bf39a
@ -140,7 +140,6 @@ public class SavableClassUtil {
|
||||
desiredClass.getName() + "!");
|
||||
}else if (count >= versions.length){
|
||||
if (formatVersion <= 1){
|
||||
System.out.println("BUGGY J3O ALERT");
|
||||
return 0; // for buggy versions of j3o
|
||||
}else{
|
||||
throw new IllegalArgumentException(savable.getClass().getName() +
|
||||
|
Loading…
x
Reference in New Issue
Block a user