Apply code cleanup
This commit is contained in:
parent
ca869f6d2b
commit
f0dec14b80
14 changed files with 20 additions and 34 deletions
|
@ -45,7 +45,7 @@ public class WarpCommand {
|
|||
|
||||
TeleportDestination dest = warp.destination;
|
||||
|
||||
ServerLevel dimL=(ServerLevel) dest.getActualDimension();
|
||||
ServerLevel dimL= dest.getActualDimension();
|
||||
|
||||
|
||||
final int type = warp.RTP ? 1 : 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue