mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
This doesn't need to be anymore
This commit is contained in:
parent
ec07b3da02
commit
b88f2d2c3e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import java.util.UUID;
|
|||
public class PlayerServerData{
|
||||
|
||||
public static NBTTagCompound getDataFromPlayer(EntityPlayer player){
|
||||
ArrayList<PlayerSave> data = WorldData.getDataForWorld(player.worldObj.provider.getDimension()).PLAYER_SAVE_DATA;
|
||||
ArrayList<PlayerSave> data = WorldData.PLAYER_SAVE_DATA;
|
||||
//Get Data from existing data
|
||||
for(PlayerSave save : data){
|
||||
if(save.thePlayerUUID.equals(player.getUniqueID())){
|
||||
|
|
Loading…
Reference in a new issue