mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-01 05:01:37 +01:00
Fix merge conflicts
This commit is contained in:
parent
553a96920a
commit
ea2b36a864
@ -165,10 +165,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
--- a/src/main/java/org/bukkit/craftbukkit/scoreboard/CraftTeam.java
|
--- a/src/main/java/org/bukkit/craftbukkit/scoreboard/CraftTeam.java
|
||||||
+++ b/src/main/java/org/bukkit/craftbukkit/scoreboard/CraftTeam.java
|
+++ b/src/main/java/org/bukkit/craftbukkit/scoreboard/CraftTeam.java
|
||||||
@@ -0,0 +0,0 @@ final class CraftTeam extends CraftScoreboardComponent implements Team {
|
@@ -0,0 +0,0 @@ final class CraftTeam extends CraftScoreboardComponent implements Team {
|
||||||
|
return !(this.team != other.team && (this.team == null || !this.team.equals(other.team)));
|
||||||
return getScoreboard();
|
|
||||||
}
|
}
|
||||||
+
|
|
||||||
+ // Spigot start
|
+ // Spigot start
|
||||||
+ @Override
|
+ @Override
|
||||||
+ public Set<String> getEntries() throws IllegalStateException {
|
+ public Set<String> getEntries() throws IllegalStateException {
|
||||||
@ -190,5 +189,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ throw new UnsupportedOperationException("Not supported yet.");
|
+ throw new UnsupportedOperationException("Not supported yet.");
|
||||||
+ }
|
+ }
|
||||||
+ // Spigot end
|
+ // Spigot end
|
||||||
|
|
||||||
}
|
}
|
||||||
--
|
--
|
@ -84,8 +84,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -0,0 +0,0 @@ final class CraftTeam extends CraftScoreboardComponent implements Team {
|
@@ -0,0 +0,0 @@ final class CraftTeam extends CraftScoreboardComponent implements Team {
|
||||||
|
final CraftTeam other = (CraftTeam) obj;
|
||||||
return getScoreboard();
|
return !(this.team != other.team && (this.team == null || !this.team.equals(other.team)));
|
||||||
}
|
}
|
||||||
-
|
-
|
||||||
- // Spigot start
|
- // Spigot start
|
||||||
@ -108,6 +108,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
- public boolean hasEntry(String entry) throws IllegalArgumentException, IllegalStateException {
|
- public boolean hasEntry(String entry) throws IllegalArgumentException, IllegalStateException {
|
||||||
- throw new UnsupportedOperationException("Not supported yet.");
|
- throw new UnsupportedOperationException("Not supported yet.");
|
||||||
- }
|
- }
|
||||||
- // Spigot end
|
// Spigot end
|
||||||
|
|
||||||
}
|
}
|
||||||
--
|
--
|
Loading…
Reference in New Issue
Block a user