mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 19:27:54 +07:00
Corrected loadout placement function
This commit is contained in:
parent
d6c5d2bc10
commit
1fbced0433
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user