From 661222bd3681d65178933892c7fe688b2bcff8e3 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 1 Jan 2022 22:46:37 -0700 Subject: cleaning up some things --- src/net/brysonsteck/Resurrection/player/PlayerData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/brysonsteck/Resurrection/player/PlayerData.java') diff --git a/src/net/brysonsteck/Resurrection/player/PlayerData.java b/src/net/brysonsteck/Resurrection/player/PlayerData.java index d663c8e..89df20f 100644 --- a/src/net/brysonsteck/Resurrection/player/PlayerData.java +++ b/src/net/brysonsteck/Resurrection/player/PlayerData.java @@ -61,10 +61,10 @@ public class PlayerData { playerHash.put("timeLeft", playerData[2]); this.playerData.put(playerData[0], playerHash); if (DEBUG) { - TimeCheck timeCheck = new TimeCheck(Long.parseLong(playerData[2])); Bukkit.broadcastMessage(ChatColor.YELLOW +""+ ChatColor.BOLD + "[Res. DEBUG]: player: " + playerData[0].replaceFirst(";","") + " | dead: " + playerData[1] + " | ms to resurrect at: " + playerData[2]); } } + reader.close(); } catch (IOException e) { if (DEBUG) { Bukkit.broadcastMessage(ChatColor.YELLOW +""+ ChatColor.BOLD + "[Res. DEBUG]: Error occurred while trying to read player data. Resurrection is shutting down"); -- cgit v1.2.3