Skip to content

Commit

Permalink
Core: Fix build issue
Browse files Browse the repository at this point in the history
joserobjr committed Dec 2, 2016
1 parent 54e9f9c commit aaddf1e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
import br.com.gamemods.minecity.api.command.Message;
import br.com.gamemods.minecity.api.world.Direction;
import br.com.gamemods.minecity.api.world.EntityPos;
import br.com.gamemods.minecity.permission.Permission;
import org.jetbrains.annotations.NotNull;

import java.util.Arrays;
@@ -24,7 +25,7 @@ public TestPlayer(Server server, PlayerID playerId, EntityPos position)
}

@Override
public boolean hasPermission(String perm)
public boolean hasPermission(Permission perm)
{
return true;
}

0 comments on commit aaddf1e

Please sign in to comment.