mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 13:42:25 -07:00
1.21.7-rc2
This commit is contained in:
committed by
Nassim Jahnke
parent
4d854e66b8
commit
dda39a0f05
@@ -113,7 +113,7 @@
|
||||
public static void throwAsRuntime(Throwable throwable) {
|
||||
throw throwable instanceof RuntimeException ? (RuntimeException)throwable : new RuntimeException(throwable);
|
||||
}
|
||||
@@ -1088,16 +_,7 @@
|
||||
@@ -1093,16 +_,7 @@
|
||||
}
|
||||
|
||||
public void openUri(URI uri) {
|
||||
|
Reference in New Issue
Block a user