From 76b0d9e5634738ddb2f66d4198e933024f1685d0 Mon Sep 17 00:00:00 2001 From: AkjaHAsLk1IALk0MasH <46046453+AgaSpace@users.noreply.github.com> Date: Sat, 27 Nov 2021 11:59:49 +0700 Subject: [PATCH] Removed unnecessary code comments. --- TShockAPI/Bouncer.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 28783ab2..38da95dd 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -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])) ||