Skip to content

Commit 3590915

Browse files
committed
turn on latcom by default
1 parent dd46238 commit 3590915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/bwapi/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ void init() {
264264
observers = playerSet.stream().filter(p -> !p.equals(self) && p.isObserver())
265265
.collect(Collectors.collectingAndThen(Collectors.toList(), Collections::unmodifiableList));
266266

267-
latcom = gameData.getHasLatCom();
267+
setLatCom(true);
268268
}
269269

270270
void unitCreate(final int id) {

0 commit comments

Comments
 (0)