mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-20 04:55:35 +02: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