mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-11 10:58:51 +01:00
[API] Fix package naming
This commit is contained in:
parent
dded3cae14
commit
6af622b6b1
@ -2,7 +2,7 @@ package com.earth2me.essentials.commands;
|
||||
|
||||
import static com.earth2me.essentials.I18n._;
|
||||
import com.earth2me.essentials.User;
|
||||
import net.ess3.essentials.api.events.UserToggleGodmodeEvent;
|
||||
import net.ess3.api.events.UserToggleGodmodeEvent;
|
||||
import org.bukkit.Server;
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package net.ess3.essentials.api.events;
|
||||
package net.ess3.api.events;
|
||||
|
||||
import com.earth2me.essentials.User;
|
||||
import org.bukkit.event.Cancellable;
|
Loading…
Reference in New Issue
Block a user