mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-02 08:50:17 +01:00
Fix typo
This commit is contained in:
parent
185fe39942
commit
5d04c64d48
@ -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 New Issue
Block a user