There is no need for getNoblessePasses to be public.

This commit is contained in:
MobiusDevelopment 2019-10-13 09:04:53 +00:00
parent 59e4e2a322
commit 0b776e0772

View File

@ -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())
{