mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 20:21:02 +01:00
Remember to sync before pushing!
This commit is contained in:
parent
aa871e2dcf
commit
ffab80188f
@ -23,10 +23,9 @@ public class xAuthToFlat {
|
||||
public DataSource database;
|
||||
public CommandSender sender;
|
||||
|
||||
public xAuthToFlat(AuthMe instance, DataSource database,
|
||||
CommandSender sender) {
|
||||
public xAuthToFlat(AuthMe instance, CommandSender sender) {
|
||||
this.instance = instance;
|
||||
this.database = database;
|
||||
this.database = instance.database;
|
||||
this.sender = sender;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user