getPlayerDataFromStorage doesn't need to be synchronized here

Fixes #427
This commit is contained in:
RoboMWM 2018-11-27 22:18:49 -08:00
parent 22811a36ce
commit 0164573eb1

View File

@ -480,7 +480,7 @@ public class DatabaseDataStore extends DataStore
}
@Override
synchronized PlayerData getPlayerDataFromStorage(UUID playerID)
PlayerData getPlayerDataFromStorage(UUID playerID)
{
PlayerData playerData = new PlayerData();
playerData.playerID = playerID;