Fixed tests
This commit is contained in:
@@ -6,7 +6,6 @@ import arc.util.*;
|
||||
import mindustry.*;
|
||||
import mindustry.content.*;
|
||||
import mindustry.core.*;
|
||||
import mindustry.ctype.*;
|
||||
import mindustry.game.*;
|
||||
import mindustry.gen.*;
|
||||
import mindustry.world.*;
|
||||
@@ -32,12 +31,7 @@ public class PowerTestFixture{
|
||||
boolean make = content == null;
|
||||
|
||||
if(make){
|
||||
Vars.content = new ContentLoader(){
|
||||
@Override
|
||||
public void handleMappableContent(MappableContent content){
|
||||
|
||||
}
|
||||
};
|
||||
Vars.content = new ContentLoader();
|
||||
}
|
||||
Vars.state = new GameState();
|
||||
Vars.tree = new FileTree();
|
||||
|
||||
Reference in New Issue
Block a user