Selaa lähdekoodia

Merge branch 'master' of github.com:nossr50/vminecraft-plugin

nossr50 14 vuotta sitten
vanhempi
sitoutus
6ab7b49e94
2 muutettua tiedostoa jossa 6 lisäystä ja 4 poistoa
  1. 0 1
      vMinecraftChat.java
  2. 6 3
      vMinecraftUsers.java

+ 0 - 1
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 + " ");
     }

+ 6 - 3
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 {