Noob island filter at 20
This commit is contained in:
@@ -344,8 +344,11 @@ public class City extends AbstractWorldObject {
|
|||||||
|
|
||||||
// Filter NPC cities
|
// Filter NPC cities
|
||||||
|
|
||||||
if (city.isNoobIsle == 1 && playerCharacter.level < 20) {
|
if (city.isNoobIsle == 1) {
|
||||||
cities.add(city); // everyone can go to noob island if they are under level 20
|
|
||||||
|
if (playerCharacter.level < 20)
|
||||||
|
cities.add(city); // everyone can go to noob island if they are under level 20
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user