Fixed single bank terminal being a ticket terminal ... had it for debugging

This commit is contained in:
Obique PSWG
2015-07-19 14:51:23 -05:00
parent 7ebb1eeb69
commit c2239ad83f
+1 -1
View File
@@ -59,7 +59,7 @@ public class StaticService extends Service {
createObject(BANK_TERMINAL_IFF, bankLoc, 0, 0.52, 4.3, 0);
createObject(BANK_TERMINAL_IFF, bankLoc, 0, 0.52, -4.3, 180);
createObject(BANK_TERMINAL_IFF, bankLoc, 4.3, 0.52, 0, 90);
createObject(TICKET_TERMINAL_IFF, bankLoc, -4.3, 0.52, 0, -90);
createObject(BANK_TERMINAL_IFF, bankLoc, -4.3, 0.52, 0, -90);
}
private void createGeneralStarportSetup(BuildingObject starport) {