mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-20 02:33:15 +01:00
Fix another bug where usernames can be saved as null for FlatFileDB
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.gmail.nossr50.database;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public interface UserQueryName extends UserQuery {
|
||||
@NotNull String getName();
|
||||
}
|
||||
Reference in New Issue
Block a user