mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 18:24:43 +02:00
Reformat code
This commit is contained in:
@ -12,6 +12,7 @@ public class SpongeOfflinePlayer implements OfflinePlotPlayer {
|
||||
public SpongeOfflinePlayer(User user) {
|
||||
this.user = user;
|
||||
}
|
||||
|
||||
@Override public UUID getUUID() {
|
||||
return user.getUniqueId();
|
||||
}
|
||||
|
Reference in New Issue
Block a user