Browse Source

Blueprint support for OuterWallWithTower

master
MagicBot 2 years ago
parent
commit
888fa25e9a
  1. 1
      src/engine/net/client/handlers/PlaceAssetMsgHandler.java

1
src/engine/net/client/handlers/PlaceAssetMsgHandler.java

@ -180,6 +180,7 @@ public class PlaceAssetMsgHandler extends AbstractClientMsgHandler {
case SMALLGATE: case SMALLGATE:
case ARTYTOWER: case ARTYTOWER:
case WALLSTAIRS: case WALLSTAIRS:
case WALLSTRAIGHTTOWER:
buildingCreated = placeCityWalls(playerCharacter, origin, msg); buildingCreated = placeCityWalls(playerCharacter, origin, msg);
close = false; close = false;
break; break;

Loading…
Cancel
Save