mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +01:00 
			
		
		
		
	Remove useless toString() call.
This commit is contained in:
		@@ -26,7 +26,7 @@ public class SpoutConfig extends ConfigLoader {
 | 
			
		||||
        String temp = config.getString("Spout.HUD.Default", "STANDARD");
 | 
			
		||||
 | 
			
		||||
        for (HudType hudType : HudType.values()) {
 | 
			
		||||
            if (hudType.toString().equalsIgnoreCase(temp.toString())) {
 | 
			
		||||
            if (hudType.toString().equalsIgnoreCase(temp)) {
 | 
			
		||||
                defaultHudType = hudType;
 | 
			
		||||
                break;
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user