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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user