mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-06-22 02:07:45 +02:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@70f253f3 Update ItemType PaperMC/Paper@774a32e8 sulfur cube archetype registry PaperMC/Paper@f2ebae60 update legacy ItemType generic type PaperMC/Paper@93feb440 deprecate PigZapEvent PaperMC/Paper@73725c6b update to pre-5 PaperMC/Paper@5357d03b fix serialization error when creating empty flat world PaperMC/Paper@620da256 expand CreeperIgniteEvent to cover minecart tnt and sulfur cube
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/commands/GameModeCommand.java
|
||||
+++ b/net/minecraft/server/commands/GameModeCommand.java
|
||||
@@ -47,6 +_,18 @@
|
||||
@@ -48,6 +_,18 @@
|
||||
}
|
||||
|
||||
private static int setMode(final CommandContext<CommandSourceStack> context, final Collection<ServerPlayer> players, final GameType type) {
|
||||
@@ -17,5 +17,5 @@
|
||||
+ }
|
||||
+ // Purpur end - Gamemode extra permissions
|
||||
int count = 0;
|
||||
MinecraftServer server = context.getSource().getServer();
|
||||
|
||||
for (ServerPlayer player : players) {
|
||||
|
||||
Reference in New Issue
Block a user