Removed unnecessary code comments.
This commit is contained in:
parent
606b9e43d7
commit
76b0d9e563
1 changed files with 0 additions and 6 deletions
|
|
@ -1083,12 +1083,6 @@ namespace TShockAPI
|
|||
return;
|
||||
}
|
||||
|
||||
/*if (
|
||||
(Projectile_MaxValuesAI.ContainsKey(type) &&
|
||||
(Projectile_MinValuesAI[type] > ai[0] || ai[0] < Projectile_MaxValuesAI[type])) ||
|
||||
(Projectile_MaxValuesAI2.ContainsKey(type) &&
|
||||
(Projectile_MinValuesAI2[type] > ai[1] || Projectile_MaxValuesAI2[type] < ai[1]))
|
||||
)*/
|
||||
if (
|
||||
(Projectile_MaxValuesAI.ContainsKey(type) &&
|
||||
(Projectile_MaxValuesAI[type] < ai[0] || Projectile_MinValuesAI[type] > ai[0])) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue