refactor: Reformat Code with chome NS code style !!!

too lazy to export it somewhere, if you need it feel free to ask me
This commit is contained in:
ChomeNS
2025-04-01 09:58:31 +07:00
parent 156a5af47f
commit 90323d3552
151 changed files with 1226 additions and 1095 deletions

View File

@@ -44,7 +44,7 @@ public class MailPlugin implements PlayersPlugin.Listener {
}
@Override
public void playerJoined(PlayerEntry target) {
public void playerJoined (PlayerEntry target) {
DatabasePlugin.executorService.submit(() -> {
final String name = target.profile.getName();