mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 16:12:18 -07:00
First few files and initial rebuild
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/com/mojang/brigadier/exceptions/CommandSyntaxException.java
|
||||
+++ b/com/mojang/brigadier/exceptions/CommandSyntaxException.java
|
||||
@@ -5,7 +5,7 @@
|
||||
@@ -5,7 +_,7 @@
|
||||
|
||||
import com.mojang.brigadier.Message;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
public static final int CONTEXT_AMOUNT = 10;
|
||||
public static boolean ENABLE_COMMAND_STACK_TRACES = true;
|
||||
public static BuiltInExceptionProvider BUILT_IN_EXCEPTIONS = new BuiltInExceptions();
|
||||
@@ -73,4 +73,11 @@
|
||||
@@ -73,4 +_,11 @@
|
||||
public int getCursor() {
|
||||
return cursor;
|
||||
}
|
||||
|
Reference in New Issue
Block a user