There is no need for getNoblessePasses to be public.
This commit is contained in:
@@ -1166,7 +1166,7 @@ public class Olympiad extends ListenersContainer
|
|||||||
return names;
|
return names;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getNoblessePasses(int objectId)
|
private int getNoblessePasses(int objectId)
|
||||||
{
|
{
|
||||||
if ((_period != 1) || NOBLES_RANK.isEmpty())
|
if ((_period != 1) || NOBLES_RANK.isEmpty())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user