Actually removed Constants class

This commit is contained in:
Florian CUNY 2018-08-11 14:04:53 +02:00
parent f89bda6b5d
commit 2f01671f72

View File

@ -1,13 +0,0 @@
package world.bentobox.bentobox;
/**
* Contains the plugin constants.
* @author tastybento
*/
public class Constants {
private Constants() {}
// The spawn command (Essentials spawn for example)
public static final String SPAWNCOMMAND = "spawn";
}