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