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