mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-05 22:52:13 -07:00
NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen...
This commit is contained in:
@@ -113,7 +113,7 @@ index 000000000..685deaa0e
|
||||
+}
|
||||
diff --git a/src/main/java/com/destroystokyo/paper/console/TerminalHandler.java b/src/main/java/com/destroystokyo/paper/console/TerminalHandler.java
|
||||
new file mode 100644
|
||||
index 000000000..626bfeec8
|
||||
index 000000000..d013bc047
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/com/destroystokyo/paper/console/TerminalHandler.java
|
||||
@@ -0,0 +0,0 @@
|
||||
@@ -165,7 +165,7 @@ index 000000000..626bfeec8
|
||||
+
|
||||
+ line = line.trim();
|
||||
+ if (!line.isEmpty()) {
|
||||
+ server.issueCommand(line, server);
|
||||
+ server.issueCommand(line, server.getServerCommandListener());
|
||||
+ }
|
||||
+ }
|
||||
+ } catch (UserInterruptException e) {
|
||||
@@ -290,7 +290,7 @@ index f679c6bc2..39a8b1d69 100644
|
||||
|
||||
public KeyPair G() {
|
||||
diff --git a/src/main/java/net/minecraft/server/PlayerList.java b/src/main/java/net/minecraft/server/PlayerList.java
|
||||
index 5e833c378..0f39fa49f 100644
|
||||
index 4c9ff8c29..9e403d625 100644
|
||||
--- a/src/main/java/net/minecraft/server/PlayerList.java
|
||||
+++ b/src/main/java/net/minecraft/server/PlayerList.java
|
||||
@@ -0,0 +0,0 @@ public abstract class PlayerList {
|
||||
|
Reference in New Issue
Block a user