the errors are back

This commit is contained in:
Anuken
2020-02-05 15:00:35 -05:00
parent eb0ea9030b
commit 84748afc55
48 changed files with 169 additions and 157 deletions

View File

@@ -1,9 +1,5 @@
package mindustry.io.versions;
import arc.func.Prov;
import mindustry.gen.*;
import mindustry.entities.type.base.*;
/*
Latest data: [build 81]
@@ -75,7 +71,7 @@ public class LegacyTypeTable{
11 = Wraith
12 = Ghoul
13 = Revenant
*/
private static final Prov[] build81Table = {
Playerc::new,
Fire::new,
@@ -139,5 +135,5 @@ public class LegacyTypeTable{
}else{
return build79Table;
}
}
}*/
}