mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-09-21 08:12:53 -04:00
Fixed single bank terminal being a ticket terminal ... had it for debugging
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user