Fix tabs
This commit is contained in:
parent
f405e7cbd6
commit
435029dbeb
1 changed files with 25 additions and 29 deletions
|
|
@ -3215,11 +3215,7 @@ namespace TShockAPI
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
byte style = 0;
|
byte style = 0;
|
||||||
var isNPC = false;
|
var isNPC = false || (flag & 1) == 1;
|
||||||
if ((flag & 1) == 1)
|
|
||||||
{
|
|
||||||
isNPC = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ((flag & 2) != 2)
|
if ((flag & 2) != 2)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue