mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-02 13:31:54 +01:00
[trunk] cleanup
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1348 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
6a0a724353
commit
ec397349e7
@ -593,8 +593,8 @@ public class Essentials extends JavaPlugin
|
||||
File userFile = new File(userFolder, Util.sanitizeFileName(name) + ".yml");
|
||||
if (userFile.exists())
|
||||
{ //Users do not get offline changes saved without being reproccessed as Users! ~ Xeology :)
|
||||
User user=getUser((Player) new OfflinePlayer(name));
|
||||
return user;
|
||||
return getUser((Player) new OfflinePlayer(name));
|
||||
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user