mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-16 19:44:15 +02: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:
@@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user