Changed a few things. Waiting for xcomp to help fix my work environment
This commit is contained in:
parent
d23d90918d
commit
6ad0d3b702
10 changed files with 75 additions and 34 deletions
|
@ -272,7 +272,7 @@ public class SpellHelper
|
|||
return false;
|
||||
}
|
||||
|
||||
if (player instanceof FakePlayer || SpellHelper.getUsername(player).contains("[CoFH]"))
|
||||
if (player instanceof FakePlayer || SpellHelper.getUsername(player).contains("[CoFH]") || SpellHelper.getUsername(player).contains("[ThaumcraftTablet]"))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue