I'm a dumbass
This commit is contained in:
parent
87cc40fc0c
commit
bb769aa0f4
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user