mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 20:52:12 -07:00
Fix whitespace error in Alternate Current patch
This commit is contained in:
@@ -1902,7 +1902,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ public alternate.current.wire.WireHandler getWireHandler() {
|
+ public alternate.current.wire.WireHandler getWireHandler() {
|
||||||
+ // This method is overridden in ServerLevel.
|
+ // This method is overridden in ServerLevel.
|
||||||
+ // Since Paper is a server platform there is no risk
|
+ // Since Paper is a server platform there is no risk
|
||||||
+ // of this implementation being called. It is here
|
+ // of this implementation being called. It is here
|
||||||
+ // only so this method can be called without casting
|
+ // only so this method can be called without casting
|
||||||
+ // an instance of Level to ServerLevel.
|
+ // an instance of Level to ServerLevel.
|
||||||
+ return null;
|
+ return null;
|
||||||
|
Reference in New Issue
Block a user