mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
Fixed minor bug with Vampirism notification
This commit is contained in:
@ -55,7 +55,7 @@ public class Hardcore {
|
||||
if(newValue <= 0)
|
||||
newValue = 1;
|
||||
|
||||
totalCount+=1;
|
||||
totalCount += newValue;
|
||||
|
||||
PPk.modifySkill(st, newValue+PPk.getSkillLevel(st));
|
||||
PPd.modifySkill(st, PPd.getSkillLevel(st)-newValue);
|
||||
|
Reference in New Issue
Block a user