Fix of Devservice error insertion

This commit is contained in:
CharonInferar
2014-05-04 02:20:38 +02:00
parent 8173272296
commit ffe4dd4aaf
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -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: