mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Fix whitespace error in Alternate Current patch
This commit is contained in:
parent
4aa035fa95
commit
61687e53fe
1 changed files with 1 additions and 1 deletions
|
@ -1902,7 +1902,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ public alternate.current.wire.WireHandler getWireHandler() {
|
||||
+ // This method is overridden in ServerLevel.
|
||||
+ // 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
|
||||
+ // an instance of Level to ServerLevel.
|
||||
+ return null;
|
||||
|
|
Loading…
Reference in a new issue