mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +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() {
|
public UUIDHandlerImplementation initUUIDHandler() {
|
||||||
boolean checkVersion = false;
|
boolean checkVersion = false;
|
||||||
try {
|
try {
|
||||||
OfflinePlayer.class.getDeclaredMethod("getUniqueID");
|
OfflinePlayer.class.getDeclaredMethod("getUniqueId");
|
||||||
checkVersion = true;
|
checkVersion = true;
|
||||||
} catch (Throwable ignore) {}
|
} catch (Throwable ignore) {}
|
||||||
UUIDWrapper wrapper;
|
UUIDWrapper wrapper;
|
||||||
|
Loading…
Reference in New Issue
Block a user