mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Fix typo
This commit is contained in:
parent
185fe39942
commit
5d04c64d48
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
|
|||
public UUIDHandlerImplementation initUUIDHandler() {
|
||||
boolean checkVersion = false;
|
||||
try {
|
||||
OfflinePlayer.class.getDeclaredMethod("getUniqueID");
|
||||
OfflinePlayer.class.getDeclaredMethod("getUniqueId");
|
||||
checkVersion = true;
|
||||
} catch (Throwable ignore) {}
|
||||
UUIDWrapper wrapper;
|
||||
|
|
Loading…
Reference in a new issue