mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-05 23:08:23 +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)
|
public Boolean canSpawnItem(int itemId)
|
||||||
{
|
{
|
||||||
if(Essentials.getSettings().itemSpawnBlacklist().contains(itemId))return false;
|
return !Essentials.getSettings().itemSpawnBlacklist().contains(itemId);
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue