fixed small bugs

This commit is contained in:
Illia Soloviov 2024-02-01 16:03:04 +01:00
parent 510b2ed752
commit 1f654de1a2

View File

@ -143,7 +143,7 @@ public class RumbleBot extends Bot{
} }
public boolean containsChar(char[] array, char target) { private boolean containsChar(char[] array, char target) {
for (char c : array) { for (char c : array) {
if (c == target) { if (c == target) {
return true; return true;