Skip to content

Commit 5862bc4

Browse files
committed
remove debug function
1 parent 7567bae commit 5862bc4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/bwapi/Game.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,6 @@ void addShape(final ShapeType type, final CoordinateType coordType, final int x1
324324
shape.setIsSolid(isSolid);
325325
}
326326

327-
boolean shouldApplyLatcom(Cache cache) {
328-
return isLatComEnabled() && cache.valid(getFrameCount());
329-
}
330-
331327
/**
332328
* Retrieves the set of all teams/forces. Forces are commonly seen in @UMS
333329
* game types and some others such as @TvB and the team versions of game types.

0 commit comments

Comments
 (0)