mirror of
https://github.com/2006-Scape/Parabot-Randoms.git
synced 2026-07-03 08:39:09 +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:");
|
||||
for (Random random : randoms) {
|
||||
if (random.getServer().toLowerCase().equalsIgnoreCase(server.toLowerCase())) {
|
||||
if (random.getServer().equalsIgnoreCase(server)) {
|
||||
org.parabot.core.Core.verbose("-> " + random.getName());
|
||||
Context.getInstance().getRandomHandler().addRandom(random);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user