Make PlayerInfo map public (#8655)
This commit is contained in:
@@ -26,8 +26,8 @@ public class Administration{
|
||||
|
||||
|
||||
private boolean modified, loaded;
|
||||
/** All player info. Maps UUIDs to info. This persists throughout restarts. Do not access directly. */
|
||||
private ObjectMap<String, PlayerInfo> playerInfo = new ObjectMap<>();
|
||||
/** All player info. Maps UUIDs to info. This persists throughout restarts. Do not modify directly. */
|
||||
public ObjectMap<String, PlayerInfo> playerInfo = new ObjectMap<>();
|
||||
|
||||
public Administration(){
|
||||
load();
|
||||
|
||||
Reference in New Issue
Block a user