Upgraded to G-API v19
This commit is contained in:
parent
23106c7129
commit
7d7db0b60f
10 changed files with 271 additions and 142 deletions
|
@ -65,6 +65,10 @@ public class RitualEffectExpulsion extends RitualEffect
|
|||
|
||||
for (EntityPlayer entityplayer : playerList)
|
||||
{
|
||||
if(entityplayer.capabilities.isCreativeMode)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
String playerString = SpellHelper.getUsername(entityplayer);
|
||||
if (!playerString.equals(owner))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue