Typo ISecurityRegister

This commit is contained in:
thatsIch
2014-09-20 22:27:09 +02:00
parent 0885f340e2
commit accc7f83c3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ import java.util.EnumSet;
import java.util.HashMap;
import appeng.api.config.SecurityPermissions;
import appeng.api.networking.security.ISecurityRegister;
import appeng.api.networking.security.ISecurityRegistry;
public class PlayerSecuirtyWrapper implements ISecurityRegister
public class PlayerSecuirtyWrapper implements ISecurityRegistry
{
final HashMap<Integer, EnumSet<SecurityPermissions>> target;