chore: pre-commit cleanup

This commit is contained in:
Sekwah 2023-11-22 00:25:59 +00:00
parent 602586229c
commit 8c171dbaff
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ public final class PortalTempDataServices {
* Possibly change to the cache map Aztec was talking about * Possibly change to the cache map Aztec was talking about
*/ */
private Map<UUID, PlayerTempData> tempDataMap = new HashMap<>(); private Map<UUID, PlayerTempData> tempDataMap = new HashMap<>();
public void activateCooldown(PlayerContainer player) { public void activateCooldown(PlayerContainer player) {
} }

View File

@ -33,7 +33,7 @@ public class SpigotPlayerContainer implements PlayerContainer {
public UUID getUUID() { public UUID getUUID() {
return player.getUniqueId(); return player.getUniqueId();
} }
public void sendMessage(String message) { public void sendMessage(String message) {
player.sendMessage(message); player.sendMessage(message);
} }