mirror of
https://github.com/2006-Scape/Parabot-Randoms.git
synced 2026-07-06 16:51:36 +00:00
[CLEANUP] Removed unused toLowerCase
This commit is contained in:
@@ -26,7 +26,7 @@ public class Core {
|
|||||||
|
|
||||||
org.parabot.core.Core.verbose("Possible randoms:");
|
org.parabot.core.Core.verbose("Possible randoms:");
|
||||||
for (Random random : randoms) {
|
for (Random random : randoms) {
|
||||||
if (random.getServer().toLowerCase().equalsIgnoreCase(server.toLowerCase())) {
|
if (random.getServer().equalsIgnoreCase(server)) {
|
||||||
org.parabot.core.Core.verbose("-> " + random.getName());
|
org.parabot.core.Core.verbose("-> " + random.getName());
|
||||||
Context.getInstance().getRandomHandler().addRandom(random);
|
Context.getInstance().getRandomHandler().addRandom(random);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user