EchoPet

EchoPet

882k Downloads

[API] removePet() does not work when using MySQL

Spirit55555 opened this issue ยท 0 comments

commented

EchoPet version 2.8.0-b52

The following code does not work when using MySQL as database:

EchoPetAPI echopet = EchoPetAPI.getAPI();
echopet.removePet(player, true, true);

It works fine when using YAML.