Fix error from refactoring

This commit is contained in:
sauilitired 2018-08-10 20:30:05 +02:00
parent b551424ced
commit 2898e9ae2b

View File

@ -9,6 +9,8 @@ import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
import java.util.UUID;
import static com.github.intellectualsites.plotsquared.plot.util.ReflectionUtils.*;
public class OfflinePlayerUtil {
public static Player loadPlayer(String name) {