Apply code cleanup

This commit is contained in:
zontreck 2024-01-15 20:34:31 -07:00
parent ca869f6d2b
commit f0dec14b80
14 changed files with 20 additions and 34 deletions

View file

@ -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;