Visibility changes.

This commit is contained in:
MobiusDev
2016-01-29 14:13:33 +00:00
parent 6e536fc2dd
commit 13507ad46c
298 changed files with 563 additions and 595 deletions

View File

@@ -32,7 +32,7 @@ import ai.npc.AbstractNpcAI;
* Proof Of Justice implementation.
* @author St3eT
*/
public final class ProofOfJustice extends AbstractNpcAI
final class ProofOfJustice extends AbstractNpcAI
{
// Misc
private static final Map<Integer, List<ClassId>> CLASSLIST = new HashMap<>();