This website works better with JavaScript.
Home
Explore
Help
Sign In
soloviovil91400
/
BotsAI
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
removed unnecessary console logs
main
Illia Soloviov
10 months ago
parent
1f654de1a2
commit
5c896cd178
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/RumbleBot.java
+ 0
- 1
src/RumbleBot.java
View File
@@ -120,7 +120,6 @@ public class RumbleBot extends Bot{
for (char enemy : enemies) {
if (view.data.contains(Character.toString(enemy))) {
enemyDetected = true;
System.out.println("There is an enemy!");
break;
}
}
Write
Preview
Loading…
Cancel
Save