Moved DetectorRailActivateListener into the main project folder.

If the set command doesn't have its own package, why should the listener have one? It's not like the database package where it's actually necessary to distinguish them.
This commit is contained in:
Alexander
2020-01-25 03:03:02 +00:00
parent d5998cd984
commit 94f4293208

View File

@@ -1,4 +1,4 @@
package sh.okx.railswitch.listener;
package sh.okx.railswitch;
import org.bukkit.Bukkit;
import org.bukkit.Material;