Remember to sync before pushing!

This commit is contained in:
Maxetto 2015-07-10 17:06:13 +02:00
parent aa871e2dcf
commit ffab80188f

View File

@ -23,10 +23,9 @@ public class xAuthToFlat {
public DataSource database; public DataSource database;
public CommandSender sender; public CommandSender sender;
public xAuthToFlat(AuthMe instance, DataSource database, public xAuthToFlat(AuthMe instance, CommandSender sender) {
CommandSender sender) {
this.instance = instance; this.instance = instance;
this.database = database; this.database = instance.database;
this.sender = sender; this.sender = sender;
} }