mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-08-03 00:19:44 +07:00
Corrected loadout placement function
This commit is contained in:
@ -301,7 +301,7 @@ public class Control implements ApplicationListener, Loadable{
|
||||
Groups.unit.clear();
|
||||
|
||||
Tile spawn = world.tile(sector.info.spawnPosition);
|
||||
Schematics.placeLoadout(universe.getLastLoadout(), spawn.x, spawn.y);
|
||||
Schematics.placeLaunchLoadout(spawn.x, spawn.y);
|
||||
|
||||
//set up camera/player locations
|
||||
player.set(spawn.x * tilesize, spawn.y * tilesize);
|
||||
|
Reference in New Issue
Block a user