mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Remove unused import
This commit is contained in:
parent
b0435916f0
commit
f42e9d7b72
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
package me.libraryaddict.disguise.utilities;
|
||||
|
||||
import com.comphenix.protocol.PacketType;
|
||||
import me.libraryaddict.disguise.utilities.reflection.ReflectionManager;
|
||||
import org.bukkit.configuration.file.YamlConfiguration;
|
||||
|
||||
|
@ -202,6 +203,7 @@ public class LibsPremium {
|
|||
ex.printStackTrace();
|
||||
continue;
|
||||
}
|
||||
PacketType.Play.Server.VEHICLE_MOVE
|
||||
|
||||
// Format into a string
|
||||
// v5.2.6, build #40, created 16/02/2019
|
||||
|
|
Loading…
Reference in a new issue