mirror of
https://e.coding.net/circlecloud/Residence.git
synced 2025-11-27 22:16:07 +00:00
Recovery static method in Residence class...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
@@ -18,12 +18,12 @@ import org.bukkit.entity.Squid;
|
||||
import org.bukkit.entity.Villager;
|
||||
import org.bukkit.entity.Wolf;
|
||||
|
||||
import com.bekvon.bukkit.residence.Residence;
|
||||
import com.bekvon.bukkit.residence.ResidenceMain;
|
||||
|
||||
public class EntityManager {
|
||||
Residence plugin;
|
||||
ResidenceMain plugin;
|
||||
|
||||
public EntityManager(final Residence plugin) {
|
||||
public EntityManager(final ResidenceMain plugin) {
|
||||
this.plugin = plugin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user