chore: pre-commit cleanup

This commit is contained in:
Sekwah 2023-11-22 00:25:59 +00:00
parent 1402a56e21
commit beee5e09dd
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
*/
private Map<UUID, PlayerTempData> tempDataMap = new HashMap<>();
public void activateCooldown(PlayerContainer player) {
}

View File

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