forked from sorceress/EasyAuth
Fixed player not being authenticated after joining.
This commit is contained in:
parent
06e30f7f15
commit
4c838cb477
|
@ -41,7 +41,7 @@ public class SimpleAuthDatabase {
|
|||
|
||||
// Tells whether db connection is closed
|
||||
public boolean isClosed() {
|
||||
return levelDBStore != null;
|
||||
return levelDBStore == null;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue