Skip to content

Commit 36754c2

Browse files
committed
revert accidental rename
1 parent e5521b2 commit 36754c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/bwapi/Unit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public int getID() {
115115
* <p>
116116
* In the event that this function returns false, there are two cases to consider:
117117
* 1. You own the unit. This means the unit is dead.
118-
* 2. Another player owns the unit. This could either runningTotal that you don't have access
118+
* 2. Another player owns the unit. This could either mean that you don't have access
119119
* to the unit or that the unit has died. You can specifically identify dead units
120120
* by polling onUnitDestroy.
121121
* @see #isVisible

0 commit comments

Comments
 (0)