Reformatted all code files, cleaned up the project
This commit is contained in:
@@ -25,8 +25,8 @@ public class ProcessSyncronousPlayerQuit implements Runnable {
|
||||
* @param needToChange boolean
|
||||
*/
|
||||
public ProcessSyncronousPlayerQuit(AuthMe plugin, Player player
|
||||
, boolean isOp, boolean isFlying
|
||||
, boolean needToChange) {
|
||||
, boolean isOp, boolean isFlying
|
||||
, boolean needToChange) {
|
||||
this.plugin = plugin;
|
||||
this.player = player;
|
||||
this.isOp = isOp;
|
||||
|
||||
Reference in New Issue
Block a user