cant get XP for suicide

This commit is contained in:
2025-01-04 12:32:22 -06:00
parent 78118aa08c
commit feff9b3540
+3
View File
@@ -346,6 +346,9 @@ public class Experience {
if (killer == null || mob == null)
return;
if(killer.equals(mob))
return;
double grantedExperience = 0.0;
if (g != null) { // Do group EXP stuff