From c92e434389c2b9d654e2596d4f465228cad086e0 Mon Sep 17 00:00:00 2001 From: cerevisiae Date: Thu, 2 Dec 2010 15:46:50 -0600 Subject: [PATCH] Minor fix --- vMinecraftChat.java | 1 - vMinecraftUsers.java | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/vMinecraftChat.java b/vMinecraftChat.java index c3721001c..541d26184 100644 --- a/vMinecraftChat.java +++ b/vMinecraftChat.java @@ -32,7 +32,6 @@ public class vMinecraftChat { //===================================================================== public static void sendMessage(Player sender, Player receiver, String msg){ String[] message = applyColors(wordWrap(msg)); - if for(String out : message) receiver.sendMessage(out + " "); } diff --git a/vMinecraftUsers.java b/vMinecraftUsers.java index ce9e93364..7e1a95054 100644 --- a/vMinecraftUsers.java +++ b/vMinecraftUsers.java @@ -235,11 +235,14 @@ class PlayerList } catch (Exception e) { log.log(Level.SEVERE, "Exception while reading " + location + " (Are you sure you formatted it correctly?)", e); } - //===================================================================== + } + + //===================================================================== // Function: save // Input: none - // Output: Writes current values of PlayerProfile to disk - // Use: Call this function to save current values + // Output: None + // Use: Writes current values of PlayerProfile to disk + // Call this function to save current values //===================================================================== public void save(){ try {