mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-25 12:06:17 +01:00
chore: pre-commit cleanup
This commit is contained in:
parent
602586229c
commit
8c171dbaff
@ -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) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user