Update TabooLib.java
boolean Should return "Spigot" instead of "Bukkit"
This commit is contained in:
		@@ -19,7 +19,7 @@ public class TabooLib {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    static {
 | 
					    static {
 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
            Class.forName("org.bukkit.Bukkit");
 | 
					            Class.forName("org.spigotmc.SpigotConfig");
 | 
				
			||||||
            spigot = true;
 | 
					            spigot = true;
 | 
				
			||||||
        } catch (Exception ignored) {
 | 
					        } catch (Exception ignored) {
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user