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;
|
||||
|
||||
byte style = 0;
|
||||
var isNPC = false;
|
||||
if ((flag & 1) == 1)
|
||||
{
|
||||
isNPC = true;
|
||||
}
|
||||
var isNPC = false || (flag & 1) == 1;
|
||||
|
||||
if ((flag & 2) != 2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue