Fix merge conflicts
This commit is contained in:
@@ -84,8 +84,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
|
||||
@Override
|
||||
@@ -0,0 +0,0 @@ final class CraftTeam extends CraftScoreboardComponent implements Team {
|
||||
|
||||
return getScoreboard();
|
||||
final CraftTeam other = (CraftTeam) obj;
|
||||
return !(this.team != other.team && (this.team == null || !this.team.equals(other.team)));
|
||||
}
|
||||
-
|
||||
- // Spigot start
|
||||
@@ -108,6 +108,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
- public boolean hasEntry(String entry) throws IllegalArgumentException, IllegalStateException {
|
||||
- throw new UnsupportedOperationException("Not supported yet.");
|
||||
- }
|
||||
- // Spigot end
|
||||
// Spigot end
|
||||
|
||||
}
|
||||
--
|
||||
Reference in New Issue
Block a user