I'm a dumbass

This commit is contained in:
Mysticate 2015-07-20 10:02:50 -04:00
parent 87cc40fc0c
commit bb769aa0f4
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class TheLongestShotStatTracker extends StatTracker<Game>
if (player == null || !player.isOnline())
return;
if (event.GetLog().GetLastDamager().GetReason() != null && event.GetLog().GetLastDamager().GetReason().toLowerCase().contains("Longshot"))
if (event.GetLog().GetLastDamager().GetReason() != null && event.GetLog().GetLastDamager().GetReason().toLowerCase().contains("longshot"))
{
if (killer.getLocation().distance(player.getLocation()) >= 64)
{