mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +00:00
[trunk] Cleanup
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1086 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
bd234780cf
commit
f1e44b1fda
1 changed files with 1 additions and 2 deletions
|
@ -692,7 +692,6 @@ public class User extends PlayerExtension implements Comparable<User>
|
|||
|
||||
public Boolean canSpawnItem(int itemId)
|
||||
{
|
||||
if(Essentials.getSettings().itemSpawnBlacklist().contains(itemId))return false;
|
||||
return true;
|
||||
return !Essentials.getSettings().itemSpawnBlacklist().contains(itemId);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue