mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 05:51:47 -08:00
Game state cleanup
This commit is contained in:
parent
9081f3ff03
commit
f1fd072400
20 changed files with 51 additions and 71 deletions
|
|
@ -201,7 +201,7 @@ public class ApplicationTests{
|
|||
@Test
|
||||
void load(){
|
||||
world.loadMap(testMap);
|
||||
Map map = world.getMap();
|
||||
Map map = state.map;
|
||||
|
||||
SaveIO.save(saveDirectory.child("0.msav"));
|
||||
resetWorld();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue