mirror of
https://github.com/Xiao-MoMi/Custom-Nameplates.git
synced 2025-12-26 10:29:09 +00:00
BUG FIX
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
package net.momirealms.customnameplates.data;
|
||||
|
||||
import net.momirealms.customnameplates.ConfigManager;
|
||||
|
||||
public class PlayerData {
|
||||
|
||||
public static PlayerData EMPTY;
|
||||
static {
|
||||
EMPTY = new PlayerData(ConfigManager.MainConfig.default_nameplate, 0);
|
||||
}
|
||||
|
||||
private String equipped;
|
||||
private int accepted;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user