mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
Fix of Devservice error insertion
This commit is contained in:
@@ -1169,12 +1169,11 @@ public class DevService implements INetworkDispatch {
|
||||
|
||||
case 121:
|
||||
NGECore.getInstance().playerCityService.buildSandboxTestCity(player);
|
||||
return;
|
||||
|
||||
case 122:
|
||||
Point3D position = new Point3D(4086,15,5554);
|
||||
core.simulationService.transferToPlanet(player, core.terrainService.getPlanetByName("dantooine"), position, player.getOrientation(), null);
|
||||
|
||||
core.playerCityService.buildSandboxTestCity(player);
|
||||
return;
|
||||
|
||||
case 123:
|
||||
|
||||
Reference in New Issue
Block a user