a few things

This commit is contained in:
2022-02-22 01:11:37 -06:00
parent e23929ee0c
commit 137bc44212
6 changed files with 31 additions and 22 deletions

View File

@ -98,7 +98,7 @@ public class PunishedPlayer extends PlexBase
//Converting from File to Redis
if (isNotEmpty(file))
{
PlexLog.debug("Starting converting punishments from file to redis for " + uuid + "...");
PlexLog.debug("Starting converting punishments from file to Redis for " + uuid + "...");
JSONTokener tokener = new JSONTokener(new FileInputStream(file));
JSONObject object = new JSONObject(tokener);
JSONArray array = object.getJSONObject(getUuid()).getJSONArray("punishments");