mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-08 10:18:46 +01:00
Fix a bunch of small formatting issues
This commit is contained in:
@@ -90,7 +90,7 @@ public class FormulaManager {
|
||||
experience -= experienceToNextLevel;
|
||||
}
|
||||
|
||||
return new int[]{newLevel, remainder};
|
||||
return new int[]{ newLevel, remainder };
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user